head 1.1; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.1 date 2006.11.03.19.42.39; author rse; state Exp; branches; next ; commitid jfYs1DOvD6Ff3gTr; desc @@ 1.1 log @upgrading package: bittorrent 4.26.0 -> 5.0.0 @ text @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",], @