4c8a46b081
diff made by Pawlowski Marcin Piotr with tweaks by me and others "you have my okay" landry@ on a similar diff full changelog available at http://nmap.org/changelog.html
11 lines
591 B
Plaintext
11 lines
591 B
Plaintext
$OpenBSD: patch-ndiff_setup_py,v 1.1 2009/10/22 10:00:57 giovanni Exp $
|
|
--- ndiff/setup.py.orig Tue Jul 21 20:17:10 2009
|
|
+++ ndiff/setup.py Tue Jul 21 20:17:18 2009
|
|
@@ -29,5 +29,5 @@ class checked_install(distutils.command.install.instal
|
|
+ "Installing your distribution's python-dev package may solve this problem.")
|
|
|
|
distutils.core.setup(name = u"ndiff", scripts = [u"ndiff"],
|
|
- data_files = [(u"share/man/man1", [u"docs/ndiff.1"])],
|
|
+ data_files = [(u"man/man1", [u"docs/ndiff.1"])],
|
|
cmdclass = {"install_egg_info": null_command, "install": checked_install})
|