wok diff python-docutils/receipt @ rev 11129
Up: xz to 5.0.3. Don't use lzma script since it breaks xarchiver from reading .tar.lzma archives.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 26 20:47:38 2011 +0000 (2011-10-26) |
parents | 5519da658874 |
children | 2338b9f26d78 |
line diff
1.1 --- a/python-docutils/receipt Fri Jul 31 23:29:39 2009 +0000 1.2 +++ b/python-docutils/receipt Wed Oct 26 20:47:38 2011 +0000 1.3 @@ -16,7 +16,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - src="$SOURCE" 1.8 cd $src 1.9 python setup.py install --root=$PWD/_pkg 1.10 } 1.11 @@ -24,10 +23,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - _pkg="$SOURCE/_pkg" 1.16 - for file in `find $_pkg | grep 'pyc$'`; do 1.17 - rm $file 1.18 - done 1.19 mkdir -p $fs/usr 1.20 cp -a $_pkg/usr $fs 1.21 }