wok diff clutter-gtk-dev/receipt @ rev 12809

Up: midori (0.4.6) security fix (must be up in stable but need last vala, someone to cook on stable before commit ?)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 15:20:09 2012 +0200 (2012-05-19)
parents b5c56705223a
children 76b72f1ad63c
line diff
     1.1 --- a/clutter-gtk-dev/receipt	Tue Dec 07 21:07:29 2010 +0000
     1.2 +++ b/clutter-gtk-dev/receipt	Sat May 19 15:20:09 2012 +0200
     1.3 @@ -12,8 +12,9 @@
     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/lib/*.*a $fs/usr/lib
    1.10  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.11  	cp -a $_pkg/usr/include $fs/usr
    1.12 +	cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
    1.13  }