tazwok rev 487 4.3
Merge bugfixes from branch default
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Apr 07 19:45:04 2011 +0200 (2011-04-07) |
parents | 2e688470b0e5 b66bb5e94b73 |
children | 90cf1e650e62 |
files | tazwok |
line diff
1.1 --- a/.hgtags Thu Apr 07 19:05:12 2011 +0200 1.2 +++ b/.hgtags Thu Apr 07 19:45:04 2011 +0200 1.3 @@ -25,3 +25,4 @@ 1.4 7e7265ac0dc0858705f369998a140298c753854b 4.2.8 1.5 6860bdd720318dfe2cfd5d72b18ee694ffbd30d7 4.2.9 1.6 5092d208347191bb10a8f1a9d5412b5f451305e4 4.2.10 1.7 +a99465ca9b36dc10eaf8ca255306f2a78f4deb5a 4.2.11
2.1 --- a/tazwok Thu Apr 07 19:05:12 2011 +0200 2.2 +++ b/tazwok Thu Apr 07 19:45:04 2011 +0200 2.3 @@ -511,7 +511,7 @@ 2.4 check_for_tarball() 2.5 { 2.6 [ "$WGET_URL" ] || return 0 2.7 - [ "$WANTED" ] || return 0 2.8 + [ "$WANTED" ] && return 0 2.9 report step "Checking for source tarball: $PACKAGE" 2.10 local repack_src=$repack_src TARBALL=$TARBALL local nounpack=$nounpack 2.11 look_for_cookopt !unpack && nounpack=yes