wok-6.x rev 715
Up: slitaz-configs (2.0) - Include now Openbox default files and slim theme
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 02 20:41:41 2008 +0200 (2008-05-02) |
parents | 83bb4e537231 |
children | fbbe68c26df7 |
files | slitaz-configs/receipt |
line diff
1.1 --- a/slitaz-configs/receipt Fri May 02 19:05:18 2008 +0200 1.2 +++ b/slitaz-configs/receipt Fri May 02 20:41:41 2008 +0200 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-configs" 1.7 -VERSION="1.6" 1.8 +VERSION="2.0" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz config files, wallpaper and login sound." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr 1.13 - transset-df tazlito tazpkg slitaz-doc" 1.14 + transset-df tazlito tazpkg slitaz-doc lxtask lxpanel openbox" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://www.slitaz.org/" 1.17 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL" 1.18 @@ -16,17 +16,7 @@ 1.19 { 1.20 # Copy all rootfs from the stuff and set permissions. 1.21 cp -a $src/rootfs/* $fs 1.22 - chown -R root.root $fs/* 1.23 + cp -a stuff/root $fs 1.24 + chown -R root.root $fs 1.25 + chmod 0750 $fs/root 1.26 } 1.27 - 1.28 -# Pre and post install to backup all current JWM config. 1.29 -# 1.30 -#pre_install() 1.31 -#{ 1.32 - #local root 1.33 - #root=$1 1.34 - #echo "" 1.35 - #echo "Creating backup of JWM system configuration..." 1.36 - #cp -a $root/etc/jwm/system.jwmrc $root/etc/jwm/system.jwmrc.bak 2>/dev/null 1.37 - #echo "" 1.38 -#}