diff options
Diffstat (limited to 'net/py-pcapy/files')
| -rw-r--r-- | net/py-pcapy/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/py-pcapy/files/patch-setup.py b/net/py-pcapy/files/patch-setup.py new file mode 100644 index 000000000000..a12859a8987b --- /dev/null +++ b/net/py-pcapy/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2009-04-19 02:22:16.549958526 +0800 ++++ setup.py 2009-04-19 02:24:10.837075743 +0800 +@@ -60,7 +60,5 @@ + include_dirs = include_dirs,
+ library_dirs = library_dirs,
+ libraries = libraries)],
+- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
+- ['README', 'LICENSE', 'pcapy.html'])],
+ )
+
|
