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.
python-nose/python-nose-0.9.2-mandir.patch

12 lines
435 B

--- setup.py.orig 2007-03-03 20:19:03.000000000 -0500
+++ setup.py 2007-03-03 20:19:07.000000000 -0500
@@ -38,7 +38,7 @@
download_url = \
'http://somethingaboutorange.com/mrl/projects/nose/nose-%s.tar.gz' \
% VERSION,
- data_files = [('man/man2', ['nosetests.1'])],
+ data_files = [('man/man1', ['nosetests.1'])],
package_data = {'': ['*.txt']},
packages = find_packages(),
entry_points = {