summaryrefslogtreecommitdiff
path: root/devel/ipython/files/patch-setup.py
blob: 7c2f26b89d72c449c7f851b6858f1e0eb069c673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2008-06-01 06:31:42.000000000 +0800
+++ setup.py	2008-06-05 16:05:08.000000000 +0800
@@ -107,7 +107,7 @@
 # information on how to do this more cleanly once python 2.4 can be assumed.
 # Thanks to Noel for the tip.
 docdirbase  = 'share/doc/ipython'
-manpagebase = 'share/man/man1'
+manpagebase = 'man/man1'
 
 # We only need to exclude from this things NOT already excluded in the
 # MANIFEST.in file.