wok-6.x diff miro/receipt @ rev 17609
Up: gpick (0.2.5)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 12 18:16:49 2015 +0200 (2015-02-12) |
parents | 06eca9e5596d |
children | 16df76e1fc6a |
line diff
1.1 --- a/miro/receipt Tue May 13 15:42:58 2014 +0000 1.2 +++ b/miro/receipt Thu Feb 12 18:16:49 2015 +0200 1.3 @@ -39,12 +39,10 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share/pixmaps 1.8 + mkdir -p $fs/usr/share 1.9 + 1.10 cp -a $install/usr/bin $fs/usr 1.11 cp -a $install/usr/lib $fs/usr 1.12 + cp -a $install/usr/share/icons $fs/usr/share 1.13 cp -a $install/usr/share/miro $fs/usr/share 1.14 - cp -a $install/usr/share/mime $fs/usr/share 1.15 - cp -a $install/usr/share/applications $fs/usr/share 1.16 - cp -a $install/usr/share/icons/hicolor/48x48/apps/miro.png $fs/usr/share/pixmaps 1.17 } 1.18 -