tazwok rev 264

Another typo ;)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 12 23:14:00 2011 +0100 (2011-02-12)
parents 997720107503
children 093de6dde7f8
files tazwok
line diff
     1.1 --- a/tazwok	Sat Feb 12 22:55:48 2011 +0100
     1.2 +++ b/tazwok	Sat Feb 12 23:14:00 2011 +0100
     1.3 @@ -461,7 +461,7 @@
     1.4  		fi
     1.5  
     1.6  		# Exit if download failed to avoid errors.
     1.7 -		if [ ! -f "$SOURCES_REPOSITORY/$TARBALL" ] && [ ! -f "$SOURCES_REPOSITORY/${SOURCE:-PACKAGE}-$VERSION.tar.lzma" ; then
     1.8 +		if [ ! -f "$SOURCES_REPOSITORY/$TARBALL" ] && [ ! -f "$SOURCES_REPOSITORY/${SOURCE:-$PACKAGE}-$VERSION.tar.lzma" ; then
     1.9  			echo -e "\nDownload failed, exiting. Please check WGET_URL variable.\n" >&2
    1.10  			report end-step
    1.11  			return 1