wok diff tilda/receipt @ rev 15019
h8300-gcc3: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 11 17:30:33 2013 +0000 (2013-08-11) |
parents | 9c762d56b413 |
children | b3db3f8245d7 |
line diff
1.1 --- a/tilda/receipt Wed Mar 07 21:27:37 2012 -0800 1.2 +++ b/tilda/receipt Sun Aug 11 17:30:33 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 }