X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/c5b94969086dca212584d755f6a1371032a7492b..3f3c6abff0b443de6634f3fd7dea9c8bf5399f19:/tools/make/configure diff --git a/tools/make/configure b/tools/make/configure index 4a1349a..a92ecbd 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)"