summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:15:00 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-08-12 22:15:00 -0500
commit135cfcb490440a1a690d82cac4e9665165b0df98 (patch)
tree78dab66131206fa3c0d1fb5ee501dd837ae3e85a
parent1be7c6ef1e61f34bc9d75f82890087b32c052d5b (diff)
downloadnohgooee-135cfcb490440a1a690d82cac4e9665165b0df98.tar.gz
nohgooee-135cfcb490440a1a690d82cac4e9665165b0df98.tar.xz
nohgooee-135cfcb490440a1a690d82cac4e9665165b0df98.zip
Apply Patch1 from Fedora RPMs
-rw-r--r--BitTorrent/platform.py2
1 files changed, 1 insertions, 1 deletions
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')