X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=tools%2Fmake%2Fconfigure;h=a92ecbd7e017e19861e06092c2e24bf29f9ae528;hb=1dd818ead588216487bfcd91c2a7767b1bdabbe8;hp=4a1349a9d626070d1bb06814f65fd613fbefc01a;hpb=8f88293f5eed6ecaa48b7bd81c2e7d96369a109b;p=projects.git 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)"