wok-next diff pekwm/receipt @ rev 2880

pekwm: Add custom menu (must still be improved jozee)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 04 15:27:20 2009 +0200 (2009-05-04)
parents d432f911ee03
children 8a44a1f232db
line diff
     1.1 --- a/pekwm/receipt	Mon May 04 14:07:08 2009 +0200
     1.2 +++ b/pekwm/receipt	Mon May 04 15:27:20 2009 +0200
     1.3 @@ -24,15 +24,13 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin
     1.8 -	mkdir -p $fs/usr/share
     1.9 -	mkdir -p $fs/etc
    1.10 +	mkdir -p $fs/usr/bin $fs/usr/share/pekwm $fs/etc
    1.11  	cp -a $_pkg/usr/bin $fs/usr
    1.12  	cp -a $_pkg/usr/share/pekwm $fs/usr/share
    1.13  	cp -a $_pkg/etc $fs
    1.14 -	# Custom configuration files
    1.15 +	# Custom configuration files and scripts
    1.16  	cp -a stuff/etc $fs
    1.17 -	echo '$TERM="xterm"' > $fs/etc/pekwm/vars
    1.18 +	cp -a stuff/scripts $fs/usr/share/pekwm
    1.19  	# Set perms.
    1.20  	chown -R root.root $fs
    1.21  	chmod +x $fs/etc/pekwm/start