wok-stable diff json-glib-dev/receipt @ rev 9507
Fix libwnck.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 06 07:35:59 2011 +0000 (2011-04-06) |
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 Wed Apr 06 07:35:59 2011 +0000 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