X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=tools%2Fmake%2Fconfigure;h=a92ecbd7e017e19861e06092c2e24bf29f9ae528;hb=c98bffa28b232b7e57ada05268ce7fe5316f15e9;hp=47a1304b902ef7efddb8a050964f8f889e81a62d;hpb=b06ba9c16c47f86ad2c255455abf509257dac9cb;p=projects.git diff --git a/tools/make/configure b/tools/make/configure index 47a1304..a92ecbd 100755 --- a/tools/make/configure +++ b/tools/make/configure @@ -113,7 +113,7 @@ else fi # check for installation scripts -files=$(find src -name $paket.preinst) +files=$(find -L src -name $paket.preinst) files="$files $(find -L src -name $paket.postinst)" files="$files $(find -L src -name $paket.prerm)" files="$files $(find -L src -name $paket.postrm)" @@ -130,6 +130,11 @@ then project = $paket COPY = ./$paket.cp MAKE_PRE + if [ -n "$ARCH" ] + then + echo "arch = $ARCH" >>make.pre + echo "_arch = _${ARCH}" >>make.pre + fi echo "make.pre written." fi