wok-next diff python-werkzeug/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 6c73b944e8dd
children 92698cd69f34
line diff
     1.1 --- a/python-werkzeug/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/python-werkzeug/receipt	Fri Mar 30 19:31:50 2018 +0300
     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 $SRC/$TARBALL ] ||
    1.10 +		wget --no-check-certificate -O $SRC/$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 $SRC/$TARBALL &&
    1.15  		mv mitsuhiko-werkzeug-$VERSION $src
    1.16  	fi
    1.17  	cd $src