1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/net/py-bittorrent-devel/files/patch-BitTorrent::__init__.py

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