From b06ba9c16c47f86ad2c255455abf509257dac9cb Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Thu, 7 Sep 2017 14:48:14 +0200 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 6d8a67f..47a1304 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -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 . -- 2.20.1