wok-current diff stoqdrivers/receipt @ rev 12417
Some fix to xorg meta packages and compiz-libcompizconfig
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Apr 20 18:38:50 2012 +0200 (2012-04-20) |
parents | 822e03f5288d |
children | c4f226b02549 |
line diff
1.1 --- a/stoqdrivers/receipt Wed Dec 30 15:01:05 2009 +0000 1.2 +++ b/stoqdrivers/receipt Fri Apr 20 18:38:50 2012 +0200 1.3 @@ -16,13 +16,13 @@ 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=$DESTDIR 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 { 1.14 - LOCALEDIR="$WOK/$PACKAGE/$PACKAGE-$VERSION/locale" 1.15 + LOCALEDIR="$_pkg/usr/share/locale" 1.16 for file in `find $_pkg | grep 'pyc$'`; do 1.17 rm $file 1.18 done