mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
opensuse 10.2 fix
This commit is contained in:
parent
4ba1a8cfb0
commit
ac0cd4b98f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -91,7 +91,7 @@ if ARCH == "x64":
|
||||||
|
|
||||||
if not OS == "win":
|
if not OS == "win":
|
||||||
if OS == "linux":
|
if OS == "linux":
|
||||||
if os.WEXITSTATUS(os.system('grep -q "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Fedora Core release 6" /etc/issue')) == 0:
|
if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Fedora Core release 6\|openSUSE 10.2" /etc/issue')) == 0:
|
||||||
boosttype = 'nomt'
|
boosttype = 'nomt'
|
||||||
else:
|
else:
|
||||||
boosttype = 'mt'
|
boosttype = 'mt'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue