# HG changeset patch # User Pascal Bellard # Date 1376562993 0 # Node ID 7971addf736e53a22e3a9877a18a1456d88dd56b # Parent 2a35430dc9ab9e755538cd8e55060671d280db93 python-werkzeug: typos diff -r 2a35430dc9ab -r 7971addf736e python-werkzeug/receipt --- a/python-werkzeug/receipt Thu Aug 15 11:23:37 2013 +0300 +++ b/python-werkzeug/receipt Thu Aug 15 10:36:33 2013 +0000 @@ -17,11 +17,11 @@ # Rules to configure and make the package. compile_rules() { - [ -s $SOURCES_REPOSITORY/TARBALL ] || - wget --no-check-certificate -O $SOURCES_REPOSITORY/TARBALL $GIT_URL + [ -s $SOURCES_REPOSITORY/$TARBALL ] || + wget --no-check-certificate -O $SOURCES_REPOSITORY/$TARBALL $GIT_URL if [ ! -s $src ]; then mkdir -p $(dirname $src) - tar xzf $SOURCES_REPOSITORY/TARBALL && + tar xzf $SOURCES_REPOSITORY/$TARBALL && mv mitsuhiko-werkzeug-$VERSION $src fi cd $src