From 135cfcb490440a1a690d82cac4e9665165b0df98 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 12 Aug 2008 22:15:00 -0500 Subject: Apply Patch1 from Fedora RPMs --- BitTorrent/platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BitTorrent/platform.py') diff --git a/BitTorrent/platform.py b/BitTorrent/platform.py index dd8ca05..8435397 100644 --- a/BitTorrent/platform.py +++ b/BitTorrent/platform.py @@ -92,7 +92,7 @@ elif os_name == 'posix': def calc_unix_dirs(): - appdir = '%s-%s'%(app_name, version) + appdir = '%s-%s'%('bittorrent', version) ip = os.path.join('share', 'pixmaps', appdir) dp = os.path.join('share', 'doc' , appdir) lp = os.path.join('share', 'locale') -- cgit