wok diff miro/receipt @ rev 17491
syslinux/iso2exe: speedup crc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 02 21:46:16 2015 +0100 (2015-01-02) |
parents | 06eca9e5596d |
children | 16df76e1fc6a |
line diff
1.1 --- a/miro/receipt Tue May 13 15:42:58 2014 +0000 1.2 +++ b/miro/receipt Fri Jan 02 21:46:16 2015 +0100 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 -