freebsd-ports/net-p2p/py-bittorrent/files/patch-BitTorrent::__init__.py
Mario Sergio Fujikawa Ferreira 818beb0701 o Update to 4.0 which supports new protocol standards
o The GUI interface now depends on x11-toolkits/py-gtk2 instead of
  x11-toolkits/py-wxPython
2005-03-12 23:19:07 +00:00

11 lines
356 B
Python

--- BitTorrent/__init__.py.orig Fri Mar 11 22:53:12 2005
+++ BitTorrent/__init__.py Fri Mar 11 22:53:27 2005
@@ -21,7 +21,7 @@
import os
def calc_unix_dirs():
- appdir = '%s-%s'%(app_name, version)
+ appdir = '%s'%(app_name)
ip = os.path.join('share', 'pixmaps', appdir)
dp = os.path.join('share', 'doc' , appdir)
return ip, dp