wok-4.x diff stellarium/receipt @ rev 9664
busybox: ensure $stuff is set (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 12:51:33 2011 +0200 (2011-05-01) |
parents | 9935b7af8569 |
children | 107cbd2c6157 |
line diff
1.1 --- a/stellarium/receipt Tue Feb 15 17:12:02 2011 +0000 1.2 +++ b/stellarium/receipt Sun May 01 12:51:33 2011 +0200 1.3 @@ -26,7 +26,7 @@ 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/stellarium $fs/usr/share 1.7 - cp -a $WOK/$PACKAGE/stuff/stellarium.png $fs/usr/share/pixmaps 1.8 - cp -a $WOK/$PACKAGE/stuff/stellarium.desktop $fs/usr/share/applications 1.9 + cp -a $stuff/stellarium.png $fs/usr/share/pixmaps 1.10 + cp -a $stuff/stellarium.desktop $fs/usr/share/applications 1.11 } 1.12