wok diff lxlauncher/receipt @ rev 9143
Updated ndiswrapper-driver, lxmenu-data, lxshortcut, magicpoint, and menu-cache build depends. (aka remove slitaz-toolchain from them.)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 06 14:13:29 2011 +0000 (2011-03-06) |
parents | 6764e22b39a6 |
children | 1adac4b0fd89 |
line diff
1.1 --- a/lxlauncher/receipt Sun Feb 27 05:13:11 2011 +0100 1.2 +++ b/lxlauncher/receipt Sun Mar 06 14:13:29 2011 +0000 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 }