wok diff lxlauncher/receipt @ rev 9514

busybox/httpd: allow multiple headers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 06 17:03:44 2011 +0200 (2011-04-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	Wed Apr 06 17:03:44 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  }