wok-stable rev 9505

Up slitaz-configs (4.3)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 04:42:39 2011 +0200 (2011-04-06)
parents 98fc9beddbba
children 99e53ccce3f9
files slitaz-configs-base/receipt slitaz-configs/receipt
line diff
     1.1 --- a/slitaz-configs-base/receipt	Tue Apr 05 22:31:31 2011 +0000
     1.2 +++ b/slitaz-configs-base/receipt	Wed Apr 06 04:42:39 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs-base"
     1.7 -VERSION="4.2"
     1.8 +VERSION="4.3"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz config files for text based systems."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,7 +15,8 @@
    1.13  genpkg_rules()
    1.14  {	
    1.15  	# Copy rootfs files from the stuff and set permissions.
    1.16 -	mkdir -p $fs/etc
    1.17 +	mkdir -p $fs/etc $fs/boot
    1.18 +	cp -a $src/rootfs/boot $fs
    1.19  	cp -a $src/rootfs/etc/skel $fs/etc
    1.20  	cp -a $src/rootfs/etc/X11 $fs/etc
    1.21  	mkdir $fs/etc/skel/Music $fs/etc/skel/Documents
     2.1 --- a/slitaz-configs/receipt	Tue Apr 05 22:31:31 2011 +0000
     2.2 +++ b/slitaz-configs/receipt	Wed Apr 06 04:42:39 2011 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="slitaz-configs"
     2.7 -VERSION="4.2"
     2.8 +VERSION="4.3"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="SliTaz config files, wallpaper and login sound."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -16,10 +16,11 @@
    2.13  {	
    2.14  	# Copy rootfs files from the stuff and set permissions.
    2.15  	mkdir -p $fs/etc/xdg/openbox
    2.16 -	cp -a $src/rootfs/etc/xdg/openbox/menu.en.xml $fs/etc/xdg/openbox
    2.17 -	cp -a $src/rootfs/etc/xdg/openbox/menu.xml $fs/etc/xdg/openbox
    2.18 -	cp -a $src/rootfs/etc/xdg/openbox/autostart.sh $fs/etc/xdg/openbox
    2.19 -	cp -a $src/rootfs/etc/xdg/openbox/rc.xml $fs/etc/xdg/openbox
    2.20 +	for f in menu.en.xml menu.xml autostart.sh rc.xml
    2.21 +	do
    2.22 +		cp -a $src/rootfs/etc/xdg/openbox/$i $fs/etc/xdg/openbox
    2.23 +	done
    2.24 +	cp -a $src/rootfs/etc/lxpanel $fs/etc
    2.25  	chown -R root.root $fs
    2.26  }
    2.27