wok-stable rev 9760
libtaz: FIx tarball (missing $ before VERSION) but this pkg produce an unnamed archive in src/
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 15:11:32 2011 +0200 (2011-05-11) |
parents | eea34b1a170d |
children | 7f7421453911 |
files | libtaz/receipt |
line diff
1.1 --- a/libtaz/receipt Wed May 11 14:10:10 2011 +0200 1.2 +++ b/libtaz/receipt Wed May 11 15:11:32 2011 +0200 1.3 @@ -10,7 +10,7 @@ 1.4 # cooking toolchain. (mercurial is not available at this time) 1.5 # TARBALL/SOURCE are used to make the archive named well. 1.6 SOURCE="slitaz-dev-tools" 1.7 -TARBALL="$SOURCE-VERSION.taz.bz2" 1.8 +TARBALL="$SOURCE-$VERSION.taz.bz2" 1.9 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" 1.10 CONFIG_FILES="/etc/slitaz/slitaz.conf" 1.11 TAGS="slitaz"