wok-4.x diff usbutils-dev/receipt @ rev 8623

Fix: libarchive doesn't need acl hack anymore: acl files are now installed to the right location.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 20:54:26 2011 +0100 (2011-02-14)
parents 60a842e740cf
children fad48b58dd83
line diff
     1.1 --- a/usbutils-dev/receipt	Wed Nov 17 14:50:33 2010 +0000
     1.2 +++ b/usbutils-dev/receipt	Mon Feb 14 20:54:26 2011 +0100
     1.3 @@ -13,5 +13,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib
     1.7 -	cp -a $_pkg/usr/share/misc/pkgconfig $fs/usr/lib
     1.8 +	cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib
     1.9  }