wok rev 717

slitaz-tools and slitaz-configs receipts typo and add deps
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 21:09:43 2008 +0200 (2008-05-02)
parents fbbe68c26df7
children 55797d71e25f
files slitaz-configs/receipt slitaz-tools/receipt
line diff
     1.1 --- a/slitaz-configs/receipt	Fri May 02 21:02:08 2008 +0200
     1.2 +++ b/slitaz-configs/receipt	Fri May 02 21:09:43 2008 +0200
     1.3 @@ -6,7 +6,8 @@
     1.4  SHORT_DESC="SliTaz config files, wallpaper and login sound."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr 
     1.7 -             transset-df tazlito tazpkg slitaz-doc lxtask lxpanel openbox"
     1.8 +             transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance
     1.9 +             openbox ttf-dejavu"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.slitaz.org/"
    1.12  WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
     2.1 --- a/slitaz-tools/receipt	Fri May 02 21:02:08 2008 +0200
     2.2 +++ b/slitaz-tools/receipt	Fri May 02 21:09:43 2008 +0200
     2.3 @@ -69,10 +69,11 @@
     2.4  	ln -s subox gksu
     2.5  	cd $WOK/$PACKAGE
     2.6  	
     2.7 +	# Declare /etc/X11/screen.conf
     2.8 +	mkdir -p $fs/etc/X11
     2.9 +	touch $fs/etc/X11/screen.conf
    2.10 +	
    2.11  	chown -R root.root $fs
    2.12  	chmod -R 755 $fs/usr/bin
    2.13  	chmod -R 755 $fs/sbin
    2.14 -	
    2.15 -	# Declare /etc/X11/screen.conf
    2.16 -	touch $fs/etc/X11/screen.conf
    2.17  }