wok-stable diff stella/receipt @ rev 12035
stella: fix genpkg_rules (this time it's ok!)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Mar 07 02:04:00 2012 +0100 (2012-03-07) |
parents | b3a9262e1cca |
children | 423bedaa410f |
line diff
1.1 --- a/stella/receipt Tue Mar 06 22:40:08 2012 +0100 1.2 +++ b/stella/receipt Wed Mar 07 02:04:00 2012 +0100 1.3 @@ -26,7 +26,5 @@ 1.4 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications 1.5 cp -a $_pkg/usr/bin $fs/usr 1.6 cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/stella.png $fs/usr/share/pixmaps 1.7 - sed 's|Icon=stella.png|Icon=stella|' \ 1.8 - $_pkg/usr/share/applications/stella.desktop \ 1.9 - > $fs/usr/share/applications/stella.desktop 1.10 + sed 's|Icon=stella.png|Icon=stella|' $_pkg/usr/share/applications/stella.desktop 1.11 }