wok diff beneath-a-steel-sky/receipt @ rev 15149
php: fix post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 13:25:02 2013 +0000 (2013-08-15) |
parents | af022550edde |
children | 557893108cf7 |
line diff
1.1 --- a/beneath-a-steel-sky/receipt Sun Oct 31 23:30:12 2010 +0100 1.2 +++ b/beneath-a-steel-sky/receipt Thu Aug 15 13:25:02 2013 +0000 1.3 @@ -16,6 +16,6 @@ 1.4 { 1.5 mkdir -p $fs/usr/share/applications $fs/usr/games/bass 1.6 cp -a $src/sky* $fs/usr/games/bass 1.7 - cp -a stuff/*.desktop $fs/usr/share/applications 1.8 + cp -a $stuff/*.desktop $fs/usr/share/applications 1.9 } 1.10