wok diff mysql-test/receipt @ rev 10717

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 3702eaf342dd
children 96e4513829cd
line diff
     1.1 --- a/mysql-test/receipt	Wed Dec 15 20:31:38 2010 +0000
     1.2 +++ b/mysql-test/receipt	Sat May 28 23:23:13 2011 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  		dir=$(dirname $file)
     1.5  		[ -d $fs$dir ] || mkdir -p $fs$dir
     1.6  		cp -a $_pkg$file $fs$file
     1.7 -	done < $WOK/$WANTED/stuff/$PACKAGE.files-list
     1.8 +	done < $wanted_stuff/$PACKAGE.files-list
     1.9  	mv $fs/usr/mysql-test $fs/usr/share/mysql-test
    1.10  	mv $fs/usr/sql-bench $fs/usr/share/sql-bench
    1.11  }