You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
488 B

Index: ndiff/setup.py
--- ndiff/setup.py.orig 2009-06-24 23:35:54 +0200
+++ ndiff/setup.py 2009-10-18 10:27:48 +0200
@@ -29,5 +29,5 @@
+ "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})