wok diff stoqdrivers/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 822e03f5288d
children c4f226b02549
line diff
     1.1 --- a/stoqdrivers/receipt	Wed Dec 30 15:01:05 2009 +0000
     1.2 +++ b/stoqdrivers/receipt	Mon Aug 05 11:40:01 2013 +0300
     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