# HG changeset patch # User Antoine Bodin # Date 1302195715 -7200 # Node ID fb70a2fffb05be4fda2f33e231e7faa1c9411344 # Parent 137774577ccbae8b47c88377ce65836dff20e445 tazwok, check_for_tarball(): fix a bug which prevented to unpack sources in some cases diff -r 137774577ccb -r fb70a2fffb05 tazwok --- a/tazwok Thu Apr 07 18:55:45 2011 +0200 +++ b/tazwok Thu Apr 07 19:01:55 2011 +0200 @@ -441,9 +441,9 @@ { [ "$WGET_URL" ] || return 0 [ "$WANTED" ] || return 0 + report step "Checking for source tarball: $PACKAGE" + local repack_src=$repack_src TARBALL=$TARBALL local nounpack=$nounpack look_for_cookopt !unpack && nounpack=yes - report step "Checking for source tarball: $PACKAGE" - local repack_src=$repack_src TARBALL=$TARBALL if [ "$repack_src" = yes ] && look_for_cookopt !repack_src; then repack_src=no fi