wok diff nss/receipt @ rev 8608
Up: PyQt-x11-gpl 4.8.3
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 17:53:25 2011 +0100 (2011-02-14) |
parents | ad81b6467d55 |
children | d1768332cee0 |
line diff
1.1 --- a/nss/receipt Sun Feb 06 15:17:04 2011 +0000 1.2 +++ b/nss/receipt Mon Feb 14 17:53:25 2011 +0100 1.3 @@ -86,7 +86,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr 1.8 + mkdir -p $fs/usr/lib 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.11 rm $fs/usr/bin/nss-config 1.12 }