From: Michael Wagner Date: Tue, 30 Jan 2018 12:01:24 +0000 (+0100) Subject: phpide X-Git-Tag: sysd2sysv_0.1-1~4^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=58313e9db1554fa9e5f2a2476c4f28b282b347ed;p=projects.git phpide --- diff --git a/tools/make/configure b/tools/make/configure index 47a1304..e91b31a 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -113,7 +113,7 @@ else fi # check for installation scripts -files=$(find src -name $paket.preinst) +files=$(find -L src -name $paket.preinst) files="$files $(find -L src -name $paket.postinst)" files="$files $(find -L src -name $paket.prerm)" files="$files $(find -L src -name $paket.postrm)"