# HG changeset patch
# User Christophe Lincoln <pankso@slitaz.org>
# Date 1242423064 -7200
# Node ID a981c1bb393daec29f0176ca2da18dc7d554ec50
# Parent  f7a88902baf31b76da94368d3fd2ffbb1dd8c2af
Up: slitaz-configs (3.0)

diff -r f7a88902baf3 -r a981c1bb393d slitaz-configs/receipt
--- a/slitaz-configs/receipt	Fri May 15 20:02:18 2009 +0200
+++ b/slitaz-configs/receipt	Fri May 15 23:31:04 2009 +0200
@@ -1,13 +1,13 @@
 # SliTaz package receipt.
 
 PACKAGE="slitaz-configs"
-VERSION="2.8"
+VERSION="3.0"
 CATEGORY="base-system"
 SHORT_DESC="SliTaz config files, wallpaper and login sound."
 MAINTAINER="pankso@slitaz.org"
-DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr 
-	transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance 
-	ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes slitaz-menus"
+DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \
+transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance \
+ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes slitaz-menus"
 TARBALL="$PACKAGE-$VERSION.tar.gz"
 WEB_SITE="http://www.slitaz.org/"
 WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL"
@@ -15,8 +15,12 @@
 # Rules to gen a SliTaz package suitable for Tazpkg.
 genpkg_rules()
 {	
-    # Copy all rootfs from the stuff and set permissions.
-    cp -a $src/rootfs/* $fs
+    # Copy rootfs files from the stuff and set permissions.
+	mkdir $fs/etc/xdg/openbox
+    cp -a $src/rootfs/etc/xdg/openbox/menu.en.xml $fs/etc/xdg/openbox
+	cp -a $src/rootfs/etc/xdg/openbox/menu.xml $fs/etc/xdg/openbox
+	cp -a $src/rootfs/usr $fs
+	cp -a $src/rootfs/root $fs
 	chown -R root.root $fs
 	chmod 0750 $fs/root
 }