From: mmail Date: Sat, 31 Dec 2016 16:00:39 +0000 (+0100) Subject: mmail X-Git-Tag: sysd2sysv_0.1-1~12^2^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=87e30f291e29bef28836e9876f696051e2ee3616;p=projects.git mmail --- diff --git a/tools/make/configure b/tools/make/configure index 32b2558..31efc26 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -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 .