wok-6.x diff tcc/receipt @ rev 9053
php-auth-sasl: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 11:29:26 2011 +0100 (2011-03-04) |
parents | 0467a03ba03f |
children | cff46a382835 |
line diff
1.1 --- a/tcc/receipt Mon Feb 28 10:49:18 2011 +0100 1.2 +++ b/tcc/receipt Fri Mar 04 11:29:26 2011 +0100 1.3 @@ -17,7 +17,7 @@ 1.4 { 1.5 cd $src 1.6 if [ ! -f done.Makefile.u ]; then 1.7 - patch < ../stuff/Makefile.u || return 1 1.8 + patch < $stuff/Makefile.u || return 1 1.9 touch done.Makefile.u 1.10 fi 1.11 sed -i 's/cp -u/cp/' tests/Makefile