wok diff python-docutils/receipt @ rev 13813

Update get-java6-jre (thanks ernia)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 06 11:17:43 2013 +0100 (2013-01-06)
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	Sun Jan 06 11:17:43 2013 +0100
     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  }