wok diff stoqdrivers/receipt @ rev 13452

Add: claws-mail-pdfviewer
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 01:30:26 2012 +0200 (2012-10-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	Sun Oct 07 01:30:26 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