wok 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 94050984820c
children 423bedaa410f
files stella/receipt
line diff
     1.1 --- a/stella/receipt	Wed Mar 07 01:22:53 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  }