wok diff attr-dev/receipt @ rev 8050

Improve attr&acl receipts by replacing strange slackware seds by the use of DIST_ROOT; acl includes are now going at the right place.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 20 21:38:00 2011 +0100 (2011-01-20)
parents 4cefe4c450a8
children 7817ac3c0699
line diff
     1.1 --- a/attr-dev/receipt	Tue Oct 26 13:19:07 2010 +0000
     1.2 +++ b/attr-dev/receipt	Thu Jan 20 21:38:00 2011 +0100
     1.3 @@ -12,13 +12,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib $fs/lib
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10 -
    1.11 -	# Symlinks are not created correctly; create manually
    1.12 -	mkdir -p $fs/lib
    1.13 -	ln -s /usr/lib/libattr.a $fs/lib/libattr.a
    1.14 -	ln -s /usr/lib/libattr.la $fs/lib/libattr.la
    1.15 -
    1.16 +	cp -a $_pkg/lib/*.*a $fs/lib
    1.17  	cp -a $_pkg/usr/include $fs/usr
    1.18  }