wok-stable diff acl-dev/receipt @ rev 5474

glibmm-dev: add doctool
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 05 21:40:09 2010 +0200 (2010-05-05)
parents d5c5a2410a9d
children b81679ca0820
line diff
     1.1 --- a/acl-dev/receipt	Thu Jul 23 15:07:45 2009 +0000
     1.2 +++ b/acl-dev/receipt	Wed May 05 21:40:09 2010 +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  }