wok diff openbox/receipt @ rev 464

Up: lxpanel (0.2.8) and adjust openbox config
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 20 14:33:19 2008 +0100 (2008-03-20)
parents 72e1c6b861c8
children 9426afc48321
line diff
     1.1 --- a/openbox/receipt	Tue Mar 11 19:45:12 2008 +0100
     1.2 +++ b/openbox/receipt	Thu Mar 20 14:33:19 2008 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib $fs/usr/share/lxpanel/profile/openbox
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.11  	cp -a $_pkg/usr/share/themes $fs/usr/share
    1.12 @@ -43,7 +43,8 @@
    1.13  	mkdir -p $fs/etc/xdg
    1.14  	cp -a stuff/openbox $fs/etc/xdg
    1.15  	# LXpanel config.
    1.16 -	cp stuff/lxpanel.config $fs/usr/share/lxpanel/profile/openbox/config
    1.17 +	mkdir -p $fs/etc/lxpanel/openbox
    1.18 +	cp stuff/lxpanel.config $fs/etc/lxpanel/openbox/config
    1.19  	# Set perms.
    1.20  	chown -R root.root $fs
    1.21  }