der lib64sed wird jetzt auch nur bei MK64BIT == true gemacht...

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5196 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-22 15:22:44 +00:00
parent 45b45c2ef3
commit f628f6dab9

View File

@ -107,10 +107,10 @@ mk() {
--prefix=/usr
if [ "$MK64BIT" == "true" ]; then
cp /usr/bin/libtool-64 libtool
find . -type f -exec sed -i "s/\/lib\//\/lib64\//" {} \;
else
cp /usr/bin/libtool libtool
fi
find . -type f -exec sed -i "s/\/lib\//\/lib64\//" {} \;
make USE_ARCH=$UARCH -j $NUMCPU -k
make USE_ARCH=$UARCH -j $NUMCPU -k DESTDIR=$TMPROOT install
if [ "$MK64BIT" == "true" ]; then