wok-stable rev 7514

Added LC_ALL=C before python in deluge. It should fix it from not working on tank sometimes.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 17:43:22 2010 +0000 (2010-12-04)
parents 411ad5bf61c3
children c86656323ad6
files deluge/receipt
line diff
     1.1 --- a/deluge/receipt	Sat Dec 04 17:41:53 2010 +0000
     1.2 +++ b/deluge/receipt	Sat Dec 04 17:43:22 2010 +0000
     1.3 @@ -15,8 +15,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	python setup.py build
     1.8 -	python setup.py install --prefix=/usr --root=$PWD/_pkg --optimize=1
     1.9 +	LC_ALL=C python setup.py build
    1.10 +	LC_ALL=C python setup.py install --prefix=/usr --root=$PWD/_pkg --optimize=1
    1.11  }
    1.12  
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.