wok-6.x rev 15135
python-werkzeug: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 10:36:33 2013 +0000 (2013-08-15) |
parents | 2a35430dc9ab |
children | 38bfb19944b1 |
files | python-werkzeug/receipt |
line diff
1.1 --- a/python-werkzeug/receipt Thu Aug 15 11:23:37 2013 +0300 1.2 +++ b/python-werkzeug/receipt Thu Aug 15 10:36:33 2013 +0000 1.3 @@ -17,11 +17,11 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - [ -s $SOURCES_REPOSITORY/TARBALL ] || 1.8 - wget --no-check-certificate -O $SOURCES_REPOSITORY/TARBALL $GIT_URL 1.9 + [ -s $SOURCES_REPOSITORY/$TARBALL ] || 1.10 + wget --no-check-certificate -O $SOURCES_REPOSITORY/$TARBALL $GIT_URL 1.11 if [ ! -s $src ]; then 1.12 mkdir -p $(dirname $src) 1.13 - tar xzf $SOURCES_REPOSITORY/TARBALL && 1.14 + tar xzf $SOURCES_REPOSITORY/$TARBALL && 1.15 mv mitsuhiko-werkzeug-$VERSION $src 1.16 fi 1.17 cd $src