wok diff tilda/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | 9c762d56b413 |
children | b3db3f8245d7 |
line diff
1.1 --- a/tilda/receipt Wed Mar 07 21:27:37 2012 -0800 1.2 +++ b/tilda/receipt Thu Aug 15 11:41:58 2013 +0000 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 }