tazwok rev 234

Fix typo in previous commit
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 09 23:19:01 2011 +0100 (2011-02-09)
parents 868dbcf6886d
children d30774579470
files tazwok
line diff
     1.1 --- a/tazwok	Wed Feb 09 17:17:34 2011 +0100
     1.2 +++ b/tazwok	Wed Feb 09 23:19:01 2011 +0100
     1.3 @@ -427,7 +427,7 @@
     1.4  		report step "Checking for source tarball"
     1.5  			
     1.6  		if [ ! -f "$SOURCES_REPOSITORY/$TARBALL" ] && \
     1.7 -			[ ! -f "$SOURCES_REPOSITORY/${SOURCE:-$PACKAGE-$VERSION.tar.lzma" ] ; then
     1.8 +			[ ! -f "$SOURCES_REPOSITORY/${SOURCE:-$PACKAGE}-$VERSION.tar.lzma" ] ; then
     1.9  			cd $SOURCES_REPOSITORY
    1.10  			download $WGET_URL
    1.11  			
    1.12 @@ -458,7 +458,7 @@
    1.13  	fi
    1.14  	report end-step
    1.15  	
    1.16 -	if [ -f "$SOURCES_REPOSITORY/$PACKAGE-${SOURCE:-$VERSION.tar.lzma" ] && [ "$nounpack" ]; then
    1.17 +	if [ -f "$SOURCES_REPOSITORY/${SOURCE:-$PACKAGE}-$VERSION.tar.lzma" ] && [ "$nounpack" ]; then
    1.18  		return
    1.19  	fi
    1.20