wok-stable diff acl/receipt @ rev 5352
Up: tcl, tcl-dev (8.5.8) - Added soft link for tclsh8.5 to tclsh. Helps with packages needing to have tclsh not tclsh8.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 28 12:58:38 2010 +0000 (2010-04-28) |
parents | 22fccd4d5400 |
children | 67c05a14a3b1 |
line diff
1.1 --- a/acl/receipt Thu Jul 23 14:00:31 2009 +0000 1.2 +++ b/acl/receipt Wed Apr 28 12:58:38 2010 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Commands for Manipulating POSIX Access Control Lists." 1.5 MAINTAINER="rcx@zoominternet.net" 1.6 DEPENDS="glibc-base attr" 1.7 -BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext" 1.8 +BUILD_DEPENDS="slitaz-toolchain autoconf automake m4 libtool gettext attr-dev attr" 1.9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 1.10 WEB_SITE="http://savannah.nongnu.org/projects/acl/" 1.11 WGET_URL="ftp://oss.sgi.com/projects/xfs/cmd_tars/$TARBALL" 1.12 @@ -47,8 +47,9 @@ 1.13 mkdir -p $fs/lib 1.14 cp -a $_pkg/lib/*.so* $fs/lib 1.15 1.16 + # Symlinks are not created correctly; create manually 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.19 + ln -s /lib/libacl.so $fs/usr/lib/libacl.so 1.20 1.21 cp -a $_pkg/usr/bin $fs/usr 1.22 }