wok-current diff xpad/receipt @ rev 14989
thunderbird-langpack-*: add license; add cs, el, en_US, es_AR, hu, pl, sl, sv_SE locales
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 09 13:10:42 2013 +0300 (2013-08-09) |
parents | d5ed16c0df59 |
children | 2b9f96603415 |
line diff
1.1 --- a/xpad/receipt Wed Jan 23 18:50:25 2013 +0000 1.2 +++ b/xpad/receipt Fri Aug 09 13:10:42 2013 +0300 1.3 @@ -25,7 +25,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share/icons/SliTaz/apps/48/ 1.8 + mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/ 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 - cp $stuff/xpad.png $fs/usr/share/icons/SliTaz/apps/48/ 1.11 + cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/ 1.12 }