cups backend landet jetzt bei 64 bit build in richtigem Verzeichniss

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5352 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-05 17:54:40 +00:00
parent 7330f272db
commit 0376ea28fd

View File

@ -151,4 +151,7 @@ postmk() {
rm -r usr/sbin/udev
cd -
GetSVN Viitor_bluez-utils $TMPROOT
if [ "$MK64BIT" == "true" ]; then
mv $TMPROOT/usr/lib64/cups $TMPROOT/usr/lib
fi
}