tazwok rev 261
Typo
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 12 22:47:53 2011 +0100 (2011-02-12) |
parents | 533899c4372c |
children | e0348a3e4a34 |
files | tazwok |
line diff
1.1 --- a/tazwok Sat Feb 12 22:46:22 2011 +0100 1.2 +++ b/tazwok Sat Feb 12 22:47:53 2011 +0100 1.3 @@ -521,7 +521,7 @@ 1.4 mkdir $tmp_src/${SOURCE:-$PACKAGE}-$VERSION 1.5 cp $SOURCES_REPOSITORY/$TARBALL $tmp_src/${SOURCE:-$PACKAGE}-$VERSION 1.6 ;; 1.7 - esac || { rm -f $TABRALL && return 1; } 1.8 + esac || { rm -f $TARBALL && return 1; } 1.9 1.10 # Check if uncompressed tarball is in a root dir or not. 1.11 if [ "$(ls -A $tmp_src | wc -l)" -gt 1 ]; then