wok diff json-glib-dev/receipt @ rev 8509

Fix: slang need -j1 to install well
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 12 03:14:54 2011 +0100 (2011-02-12)
parents efa00ce50149
children 63f55f52c422
line diff
     1.1 --- a/json-glib-dev/receipt	Sat Dec 04 04:52:31 2010 +0000
     1.2 +++ b/json-glib-dev/receipt	Sat Feb 12 03:14:54 2011 +0100
     1.3 @@ -12,9 +12,10 @@
     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/share
     1.9  	cp -a $_pkg/usr/include $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.11  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.12 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.13  }
    1.14