macos: fix shlib link list

link shared libs from the right place, lib not etc

Change-Id: I3d58d1f65b479b7c23c1bb0978eacea99b114541
Reviewed-on: http://gerrit.openafs.org/4971
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Derrick Brashear 2011-07-12 13:37:56 -04:00
parent 84a3c4714f
commit 5ec998a016

View File

@ -184,7 +184,7 @@ if [ $firstpass = yes ]; then
ln -s ../../Library/OpenAFS/Tools/etc/$f $PKGROOT/usr/sbin/$f
done
for f in $SHLIBLIST; do
ln -s ../../Library/OpenAFS/Tools/etc/$f $PKGROOT/usr/lib/$f
ln -s ../../Library/OpenAFS/Tools/lib/$f $PKGROOT/usr/lib/$f
done
for f in `ls $PKGROOT/Library/OpenAFS/Tools/man/man1`; do
gzip -9 $PKGROOT/Library/OpenAFS/Tools/man/man1/$f