You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
1.1 KiB

Index: BitTorrent/platform.py
--- BitTorrent/platform.py.orig 2006-10-26 23:42:46 +0200
+++ BitTorrent/platform.py 2006-11-03 20:23:49 +0100
@@ -282,9 +282,9 @@
def calc_unix_dirs():
appdir = '%s-%s' % (app_name, version)
- ip = os.path.join(efs2(u'share'), efs2(u'pixmaps'), appdir)
- dp = os.path.join(efs2(u'share'), efs2(u'doc'), appdir)
- lp = os.path.join(efs2(u'share'), efs2(u'locale'))
+ ip = os.path.join(efs2(u'share/bittorrent'), efs2(u'pixmaps'), appdir)
+ dp = os.path.join(efs2(u'share/bittorrent'), efs2(u'doc'), appdir)
+ lp = os.path.join(efs2(u'share/bittorrent'), efs2(u'locale'))
return ip, dp, lp
def no_really_makedirs(path):
Index: setup.py
--- setup.py.orig 2006-11-03 20:22:27 +0100
+++ setup.py 2006-11-03 20:24:11 +0100
@@ -106,7 +106,7 @@
'url' : "http://bittorrent.com/",
'license' : "BitTorrent Open Source License",
'scripts' : use_scripts,
- 'packages' : ["BTL", "BitTorrent", "khashmir", "BitTorrent.GUI_wx",],
+ 'packages' : ["BTL", "BitTorrent", "khashmir",],
'package_dir' : {"BTL": "BTL"},
'package_data' : {"BTL": ["*.dat"]},
'py_modules' : ["Zeroconf",],