wok-current diff mysql/receipt @ rev 2595

Up: libpng (1.2.35) [security update]
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 09 19:54:26 2009 +0200 (2009-04-09)
parents ac38c3a33f71
children 4aa363a445f7
line diff
     1.1 --- a/mysql/receipt	Wed Mar 04 10:16:20 2009 +0000
     1.2 +++ b/mysql/receipt	Thu Apr 09 19:54:26 2009 +0200
     1.3 @@ -62,7 +62,7 @@
     1.4  	# addgroup mysql if needed
     1.5  	if ! grep -q mysql $1/etc/group; then
     1.6  		echo -n "Adding group mysql..."
     1.7 -		chroot $1/ /bin/addgroup mysql && /bin/addgroup mysql mysql
     1.8 +		chroot $1/ sh -c '/bin/addgroup mysql && /bin/addgroup mysql mysql'
     1.9  		status
    1.10  	fi
    1.11  	chroot $1/ /bin/chown mysql.mysql $(cat $1/$INSTALLED/$PACKAGE/files.list)