tazwok rev 486

tazwok, check_for_tarball(): fix a typo
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Apr 07 19:43:43 2011 +0200 (2011-04-07)
parents 578870583dc0
children bf25a03de4ff ada9fd937936
files tazwok
line diff
     1.1 --- a/tazwok	Thu Apr 07 19:10:58 2011 +0200
     1.2 +++ b/tazwok	Thu Apr 07 19:43:43 2011 +0200
     1.3 @@ -440,7 +440,7 @@
     1.4  check_for_tarball()
     1.5  {
     1.6  	[ "$WGET_URL" ] || return 0
     1.7 -	[ "$WANTED" ] || return 0
     1.8 +	[ "$WANTED" ] && return 0
     1.9  	report step "Checking for source tarball: $PACKAGE"
    1.10  	local repack_src=$repack_src TARBALL=$TARBALL local nounpack=$nounpack
    1.11  	look_for_cookopt !unpack && nounpack=yes