wok-next diff python-docutils/receipt @ rev 9566
Up: xfsprogs to 3.1.5. Added util-linux-ng-blkid-dev to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Apr 11 22:56:27 2011 +0000 (2011-04-11) |
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 Mon Apr 11 22:56:27 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 }