$OpenBSD: patch-BitTorrent_platform_py,v 1.3 2005/11/23 20:38:27 naddy Exp $
--- BitTorrent/platform.py.orig	Tue Nov 22 01:59:10 2005
+++ BitTorrent/platform.py	Tue Nov 22 22:49:38 2005
@@ -61,7 +61,7 @@ elif os_name == 'posix':
 user_agent = "M" + version.replace('.', '-') + "--(%s/%s)" % (os_name, os_version)
 
 def calc_unix_dirs():
-    appdir = '%s-%s'%(app_name, version)
+    appdir = app_name
     ip = os.path.join('share', 'pixmaps', appdir)
     dp = os.path.join('share', 'doc'    , appdir)
     lp = os.path.join('share', 'locale')
