wok diff slitaz-base-files/receipt @ rev 5124

gtk+ openvas-scanner pango slitaz-base-files ttf-bitstream-vera xfree86-base-fonts xorg-base-fonts: remove spurrious SELF_INSTALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 21 11:50:42 2010 +0100 (2010-03-21)
parents 7bbf30a4498b
children c656dd6befc1
line diff
     1.1 --- a/slitaz-base-files/receipt	Tue Feb 02 22:55:30 2010 +0100
     1.2 +++ b/slitaz-base-files/receipt	Sun Mar 21 11:50:42 2010 +0100
     1.3 @@ -98,11 +98,7 @@
     1.4  	chmod 640 $root/etc/gshadow
     1.5  
     1.6  	if ! grep -q audio $root/etc/group; then
     1.7 -		if [ -n "$root" ]; then
     1.8 -			cp /etc/group $root/etc/group
     1.9 -		else
    1.10 -			addgroup -g 20 audio
    1.11 -		fi
    1.12 +		chroot $root/ addgroup -g 20 audio
    1.13  	fi
    1.14  
    1.15  	# daemons.conf (tftp + dnsd)
    1.16 @@ -117,6 +113,3 @@
    1.17  		echo '' >> $root/etc/daemons.conf
    1.18  	fi
    1.19  }
    1.20 -
    1.21 -# We need this package on build host to install it in target directory
    1.22 -SELF_INSTALL=1