wok-current diff tilda/receipt @ rev 12470
Up: pcre (8.30) Have --enable-unicode-properties so we can build glib with it
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 12:50:36 2012 +0200 (2012-04-23) |
parents | 9c762d56b413 |
children | b3db3f8245d7 |
line diff
1.1 --- a/tilda/receipt Wed Mar 07 21:27:37 2012 -0800 1.2 +++ b/tilda/receipt Mon Apr 23 12:50:36 2012 +0200 1.3 @@ -24,7 +24,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share 1.8 + mkdir -p $fs/usr/share/applications/ 1.9 + cp -a $_pkg/usr/bin $fs/usr 1.10 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.11 cp -a $_pkg/usr/share/tilda.glade $fs/usr/share 1.12 }