wok diff stoqdrivers/receipt @ rev 12364

Up: asunder to 2.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:36:29 2012 +0000 (2012-04-19)
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 Apr 19 21:36:29 2012 +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