wok diff nss/receipt @ rev 8787

Fix compile_rules() in gtk-engines-rezlooks
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:56:38 2011 +0100 (2011-02-22)
parents ad81b6467d55
children d1768332cee0
line diff
     1.1 --- a/nss/receipt	Sun Feb 06 15:17:04 2011 +0000
     1.2 +++ b/nss/receipt	Tue Feb 22 22:56:38 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  }