mmail
authormmail <mmail@mmail.(none)>
Sat, 31 Dec 2016 16:00:39 +0000 (17:00 +0100)
committermmail <mmail@mmail.(none)>
Sat, 31 Dec 2016 16:00:39 +0000 (17:00 +0100)
tools/make/configure

index 32b2558..31efc26 100755 (executable)
@@ -88,7 +88,7 @@ then
 fi
 
 # copy package control
-control=$(find src -name $paket.control)
+control=$(find -L src -name $paket.control)
 if [ -z "$control" ]
 then
        echo "warning: control file not found"
@@ -102,7 +102,7 @@ else
 fi
 
 # check for copy file
-copy=$(find src -name $paket.cp)
+copy=$(find -L src -name $paket.cp)
 if [ -n "$copy" ]
 then
        ln -sf $copy .
@@ -112,7 +112,7 @@ else
 fi
 
 # check for postinst
-postinst=$(find src -name $paket.postinst)
+postinst=$(find -L src -name $paket.postinst)
 if [ -n "$postinst" ]
 then
        ln -sf $postinst .