# HG changeset patch # User Pascal Bellard # Date 1339777904 -7200 # Node ID e93d4ea89030fb5e1e5e399b49aa00b6abe20e4c # Parent 37e50cc5ecfb8c83643d3076c81bb0f9fcdeb923 update TARBALL variable in create_tarball diff -r 37e50cc5ecfb -r e93d4ea89030 cook --- a/cook Fri Jun 15 13:43:32 2012 +0200 +++ b/cook Fri Jun 15 18:31:44 2012 +0200 @@ -166,6 +166,7 @@ # Create source tarball when URL is a SCM. create_tarball() { gettext "Creating tarball: "; echo "$tarball" + TARBALL=$tarball if [ "$LZMA_SRC" ]; then tar -c $pkgsrc | lzma e $SRC/$tarball -si || exit 1 else