libexpat.so link für 64 Bit wird nun korrekt anglegt

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5828 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-09-29 20:20:37 +00:00
parent 4047603661
commit 14cc733359

View File

@ -125,4 +125,8 @@ postmk() {
if [ -d /usr/man.store ]; then
mv /usr/man.store /usr/man
fi
if [ $MK64BIT == "true" ]; then
cd /usr/lib64
ln -s libexpat.so.1.* libexpat.so
fi
}