wok-current diff lxlauncher/receipt @ rev 9864
php: may need net-snmp (only in bdeps...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 20:12:20 2011 +0200 (2011-05-16) |
parents | 6764e22b39a6 |
children | 1adac4b0fd89 |
line diff
1.1 --- a/lxlauncher/receipt Sun Feb 27 05:13:11 2011 +0100 1.2 +++ b/lxlauncher/receipt Mon May 16 20:12:20 2011 +0200 1.3 @@ -35,7 +35,11 @@ 1.4 mkdir -p $fs/usr/share/lxlauncher 1.5 cp -a $_pkg/usr/bin $fs/usr 1.6 # SliTaz home make config files 1.7 - cp stuff/gtkrc $fs/usr/share/lxlauncher 1.8 - #cp -a stuff/background $fs/usr/share/lxlauncher 1.9 + cp $stuff/gtkrc $fs/usr/share/lxlauncher 1.10 + #cp -a $stuff/background $fs/usr/share/lxlauncher 1.11 + #background="internet learn play settings work" 1.12 + #for i in $background; do 1.13 + # ln -sf slitaz.jpg $fs/usr/share/lxlauncher/background/accessibility_${i}_wallpaper.jpg 1.14 + #done 1.15 chown -R root.root $fs 1.16 }