mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fedora 6 fix
This commit is contained in:
parent
fdb19af20f
commit
5e90d29f58
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -88,7 +88,7 @@ if ARCH == "x64":
|
|||
|
||||
if not OS == "win":
|
||||
|
||||
if os.WEXITSTATUS(os.system('grep -q "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Fedora Core 6" /etc/issue')) == 0:
|
||||
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:
|
||||
boosttype = 'nomt'
|
||||
else:
|
||||
boosttype = 'mt'
|
||||
|
|
Loading…
Add table
Reference in a new issue