wok diff acl-dev/receipt @ rev 9868
gtk+: clean up a bit the receipt to have a new build (bug with /etc/gtk-2.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 22:27:26 2011 +0200 (2011-05-16) |
parents | 4cefe4c450a8 |
children | 242a015e1b52 |
line diff
1.1 --- a/acl-dev/receipt Tue Oct 26 13:19:07 2010 +0000 1.2 +++ b/acl-dev/receipt Mon May 16 22:27:26 2011 +0200 1.3 @@ -12,16 +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 $fs/usr/include 1.8 + mkdir -p $fs/usr/lib $fs/usr/include $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/libacl.a $fs/lib/libacl.a 1.14 - ln -s /usr/lib/libacl.la $fs/lib/libacl.la 1.15 - 1.16 - cp -a $src/include/*acl*.h $fs/usr/include 1.17 - 1.18 - mkdir -p $fs/usr/include/sys 1.19 - ln -s /usr/include/acl.h $fs/usr/include/sys/acl.h 1.20 + cp -a $_pkg/lib/*.*a $fs/lib 1.21 + cp -a $_pkg/usr/include/* $fs/usr/include 1.22 }