wok-current diff xrick/receipt @ rev 14267
syslinux/iso2exe: add boot error message
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 02 08:37:23 2013 +0200 (2013-04-02) |
parents | 0ca665c79af1 |
children | eb8067417980 |
line diff
1.1 --- a/xrick/receipt Fri Mar 26 22:43:43 2010 +0100 1.2 +++ b/xrick/receipt Tue Apr 02 08:37:23 2013 +0200 1.3 @@ -22,14 +22,10 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin \ 1.7 - $fs/usr/share/applications \ 1.8 - $fs/usr/share/pixmaps \ 1.9 $fs/usr/share/xrick 1.10 1.11 cp -a $src/$PACKAGE $fs/usr/bin 1.12 cp -a $src/data.zip $fs/usr/share/xrick 1.13 cp -a $src/KeyCodes $fs/usr/share/xrick 1.14 - cp -a stuff/xrick.png $fs/usr/share/pixmaps 1.15 - cp -a stuff/xrick.desktop $fs/usr/share/applications 1.16 } 1.17