# HG changeset patch # User Christopher Rogers # Date 1291484602 0 # Node ID 52a774bd4e5f10e74cc562611052dfdaf24eb01b # Parent 411ad5bf61c333b9bc83b51d362a2d368d7c811b Added LC_ALL=C before python in deluge. It should fix it from not working on tank sometimes. diff -r 411ad5bf61c3 -r 52a774bd4e5f deluge/receipt --- a/deluge/receipt Sat Dec 04 17:41:53 2010 +0000 +++ b/deluge/receipt Sat Dec 04 17:43:22 2010 +0000 @@ -15,8 +15,8 @@ compile_rules() { cd $src - python setup.py build - python setup.py install --prefix=/usr --root=$PWD/_pkg --optimize=1 + LC_ALL=C python setup.py build + LC_ALL=C python setup.py install --prefix=/usr --root=$PWD/_pkg --optimize=1 } # Rules to gen a SliTaz package suitable for Tazpkg.