summaryrefslogtreecommitdiffstats
path: root/BitTorrent/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'BitTorrent/platform.py')
-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')