wok diff python-pyrex/receipt @ rev 8787

Fix compile_rules() in gtk-engines-rezlooks
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 22:56:38 2011 +0100 (2011-02-22)
parents b6588be2cb4e
children fd4f1e692109
line diff
     1.1 --- a/python-pyrex/receipt	Thu Oct 21 11:41:05 2010 +0000
     1.2 +++ b/python-pyrex/receipt	Tue Feb 22 22:56:38 2011 +0100
     1.3 @@ -17,12 +17,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	python setup.py install --root=$PWD/_pkg
     1.8 +	python setup.py install --root="$PWD/_pkg" --prefix=/usr
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	cp -a $_pkg/usr $fs
    1.15 -	find $fs -name "*.pyc" -delete
    1.16  }