1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-im/papyon/files/patch-setup.py
Joe Marcus Clarke 4672cf6348 Update to 0.5.4.
2010-12-19 07:39:13 +00:00

12 lines
414 B
Python

--- setup.py.orig 2010-12-19 02:32:37.000000000 -0500
+++ setup.py 2010-12-19 02:32:47.000000000 -0500
@@ -50,7 +50,7 @@ if pieces[-1] == '':
else:
len_root_dir = len(pieces)
-for directory in ('papyon', 'tests'):
+for directory in ('papyon',):
papyon_dir = os.path.join(root_dir, directory)
for dirpath, dirnames, filenames in os.walk(papyon_dir):
# Ignore dirnames that start with '.'