wok diff deluge/receipt @ rev 8120
linux: make sure the real tar is installed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 21:51:05 2011 +0000 (2011-01-23) |
parents | 604af2b5c3ad |
children | 5d9a6e5f6f88 |
line diff
1.1 --- a/deluge/receipt Sun Oct 31 19:25:04 2010 +0000 1.2 +++ b/deluge/receipt Sun Jan 23 21:51:05 2011 +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.