wok rev 3820

Fix: acl-dev must have header files (libacl.h, acl*.h)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 06 15:05:56 2009 +0200 (2009-08-06)
parents 9c7d20bf4e67
children 290869e0529e
files acl-dev/receipt
line diff
     1.1 --- a/acl-dev/receipt	Thu Aug 06 14:36:19 2009 +0200
     1.2 +++ b/acl-dev/receipt	Thu Aug 06 15:05:56 2009 +0200
     1.3 @@ -12,7 +12,7 @@
     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/usr/include
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10  
    1.11  	# Symlinks are not created correctly; create manually
    1.12 @@ -20,5 +20,5 @@
    1.13  	ln -s /usr/lib/libacl.a $fs/lib/libacl.a
    1.14  	ln -s /usr/lib/libacl.la $fs/lib/libacl.la
    1.15  
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 +	cp -a $src/include/*acl*.h $fs/usr/include
    1.18  }