wok rev 8726

Fixed slitaz-base-files. We use full path in now.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 22:24:19 2011 +0000 (2011-02-18)
parents bab72c1080b0
children 43ec05a2b26b
files slitaz-base-files/receipt
line diff
     1.1 --- a/slitaz-base-files/receipt	Sat Feb 19 02:08:17 2011 +0100
     1.2 +++ b/slitaz-base-files/receipt	Fri Feb 18 22:24:19 2011 +0000
     1.3 @@ -58,8 +58,8 @@
     1.4  		$fs/var/spool \
     1.5  		$fs/var/tmp
     1.6  
     1.7 -    # Copy all rootfs from the stuff and set permissions.
     1.8 -    cp -a $src/rootfs/* $fs
     1.9 +	# Copy all rootfs from the stuff and set permissions.
    1.10 +	cp -a $src/rootfs/* $fs
    1.11  
    1.12  	chown -R root.root $fs/*
    1.13  	chmod 1777 $fs/tmp
    1.14 @@ -67,8 +67,8 @@
    1.15  	chmod 640 $fs/etc/gshadow
    1.16  	chmod 0750 $fs/root
    1.17  
    1.18 -	# Populate /dev with /$fs/sbin/mktazdevs.sh.
    1.19 -	./$fs/sbin/mktazdevs.sh $fs/dev
    1.20 +	# Populate /dev with $fs/sbin/mktazdevs.sh.
    1.21 +	$fs/sbin/mktazdevs.sh $fs/dev
    1.22  
    1.23  	# Creat /etc/mtab symlink.
    1.24  	cd $fs/etc