wok diff python-werkzeug/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 1555db35e7e5
children 7390f8de9846
line diff
     1.1 --- a/python-werkzeug/receipt	Thu Aug 15 10:06:57 2013 +0000
     1.2 +++ b/python-werkzeug/receipt	Sun Feb 08 18:13:43 2015 +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