wok-stable diff slitaz-base-files/receipt @ rev 448

Add xorg-libXvMC for Xorg i810 drivers
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 16 20:10:23 2008 +0100 (2008-03-16)
parents d703295403ca
children b45d49d070f5
line diff
     1.1 --- a/slitaz-base-files/receipt	Sun Jan 06 21:20:26 2008 +0100
     1.2 +++ b/slitaz-base-files/receipt	Sun Mar 16 20:10:23 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-base-files"
     1.7 -VERSION="1.1"
     1.8 +VERSION="1.2"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Linux tree and the necessary files for the base system."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -38,8 +38,7 @@
    1.13  		$fs/var/log \
    1.14  		$fs/var/run \
    1.15  		$fs/var/spool \
    1.16 -		$fs/var/tmp \
    1.17 -		
    1.18 +		$fs/var/tmp 
    1.19  		
    1.20      # Copy all rootfs from the stuff and set permissions.
    1.21      cp -a $src/rootfs/* $fs
    1.22 @@ -75,9 +74,6 @@
    1.23  	cp -a $root/tmp/etc.bak/* $root/etc 2>/dev/null
    1.24  	rm -rf $root/tmp/etc.bak
    1.25  	
    1.26 -	# Remove old base-file pkg info
    1.27 -	rm -rf $root/var/lib/tazpkg/installed/base-files
    1.28 -	
    1.29  	# Reset permission.
    1.30  	chmod 640 $root/etc/shadow
    1.31  	chmod 640 $root/etc/gshadow
    1.32 @@ -89,12 +85,5 @@
    1.33  			addgroup -g 20 audio
    1.34  		fi
    1.35  	fi
    1.36 -	
    1.37 -	# Add crond to daemons confi file (compatibility)
    1.38 -	if ! grep -q CROND_OPTIONS $root/etc/daemons.conf; then
    1.39 -		echo '# Cron daemon options.' >> $root/etc/daemons.conf
    1.40 -		echo 'CROND_OPTIONS="-b"' >> $root/etc/daemons.conf
    1.41 -		echo '' >> $root/etc/daemons.conf
    1.42 -	fi
    1.43  }
    1.44  SELF_INSTALL=1