wok-6.x diff stoqdrivers/receipt @ rev 10895
get-wakoopa: update wakoop to v2.0-2
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Thu Jul 07 05:59:46 2011 +0000 (2011-07-07) |
parents | 822e03f5288d |
children | c4f226b02549 |
line diff
1.1 --- a/stoqdrivers/receipt Wed Dec 30 15:01:05 2009 +0000 1.2 +++ b/stoqdrivers/receipt Thu Jul 07 05:59:46 2011 +0000 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