wok-next diff s3ql/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 7506b35e1c6f
children 69bb65a67c90
line diff
     1.1 --- a/s3ql/receipt	Mon Aug 13 00:47:17 2018 +0300
     1.2 +++ b/s3ql/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -18,9 +18,9 @@
     1.4  compile_rules() {
     1.5  	sed -i 's|http:|https:|' util/distribute_setup.py
     1.6  
     1.7 -	python setup.py build &&
     1.8 -	python setup.py test &&
     1.9 -	python setup.py install --root=$DESTDIR
    1.10 +	python -B setup.py build &&
    1.11 +	python -B setup.py test &&
    1.12 +	python -B setup.py install --root=$install
    1.13  }
    1.14  
    1.15  genpkg_rules() {