Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 0ddb3bebf6274865d7a7cb3e50be7642 > files > 1

deluge-0.5.4.1-3mdv2008.0.src.rpm

--- deluge-0.5.4/setup.py.nomt	2007-08-10 02:12:10.000000000 +0800
+++ deluge-0.5.4/setup.py	2007-08-10 02:12:47.000000000 +0800
@@ -110,10 +110,7 @@
                      '/usr/include/python' + python_version]
 
     if OS == "linux":
-        if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 10.2\|Mandriva Linux release 2007.1\|Fedora release 7\|BLAG release 60001\|Yellow Dog Linux release 5.0 (Phoenix)\|CentOS release 5 (Final)" /etc/issue')) == 0:
-            boosttype = 'nomt'
-        else:
-            boosttype = 'mt'
+        boosttype = 'nomt'
     elif OS == "freebsd":
         boosttype = 'nomt'
     else: