From 87e30f291e29bef28836e9876f696051e2ee3616 Mon Sep 17 00:00:00 2001 From: mmail Date: Sat, 31 Dec 2016 17:00:39 +0100 Subject: [PATCH] mmail --- tools/make/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 . -- 2.20.1