phpide
authorMichael Wagner <info@wagnertech.de>
Tue, 30 Jan 2018 12:01:24 +0000 (13:01 +0100)
committerMichael Wagner <info@wagnertech.de>
Tue, 30 Jan 2018 12:01:24 +0000 (13:01 +0100)
tools/make/configure

index 47a1304..e91b31a 100755 (executable)
@@ -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)"