mmail
authorMichael Wagner <michael@wagnertech.de>
Thu, 7 Sep 2017 12:48:14 +0000 (14:48 +0200)
committerMichael Wagner <michael@wagnertech.de>
Thu, 7 Sep 2017 12:48:14 +0000 (14:48 +0200)
tools/make/configure

index 6d8a67f..47a1304 100755 (executable)
@@ -114,9 +114,9 @@ fi
 
 # check for installation scripts
 files=$(find src -name $paket.preinst)
-files="$files $(find src -name $paket.postinst)"
-files="$files $(find src -name $paket.prerm)"
-files="$files $(find src -name $paket.postrm)"
+files="$files $(find -L src -name $paket.postinst)"
+files="$files $(find -L src -name $paket.prerm)"
+files="$files $(find -L src -name $paket.postrm)"
 for file in $files
 do
        ln -sf $file .