wok diff scons/receipt @ rev 18086

Rebuild Python packages to remove "*.pyc" files from packages files.lists (part last)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 23 16:17:14 2015 +0300 (2015-05-23)
parents e72ddaac0efb
children a8e75e9bae6c
line diff
     1.1 --- a/scons/receipt	Thu Feb 12 19:32:03 2015 +0000
     1.2 +++ b/scons/receipt	Sat May 23 16:17:14 2015 +0300
     1.3 @@ -17,7 +17,6 @@
     1.4  compile_rules()
     1.5  {
     1.6  	mkdir -p $DESTDIR/usr
     1.7 -	cd $src
     1.8  	python setup.py install \
     1.9  		--standard-lib \
    1.10  		--prefix=$DESTDIR/usr
    1.11 @@ -30,4 +29,3 @@
    1.12  	cp -a $install/usr/bin $fs/usr
    1.13  	cp -a $install/usr/lib $fs/usr
    1.14  }
    1.15 -