patches/deluge-02-path.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 435 d7bd3f2702af
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name

--- deluge-0.5.4.1.orig/src/common.py	2007年  8月 13日 一 03:29:41
+++ deluge-0.5.4.1/src/common.py	2007年  8月 31日 五 19:26:01
@@ -178,7 +178,7 @@
     
     py_version = sys.version[:3]
     full_path = os.path.join(INSTALL_PREFIX, 'lib', 'python' + py_version, 
-                             'site-packages', 'deluge', script)
+                             'vendor-packages', 'deluge', script)
     exec_command('python', full_path, *parameters)
 
 # Encryption States