summaryrefslogtreecommitdiffstats
path: root/xorg-util/xorg-cf-files/man-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-util/xorg-cf-files/man-path.patch')
-rw-r--r--xorg-util/xorg-cf-files/man-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg-util/xorg-cf-files/man-path.patch b/xorg-util/xorg-cf-files/man-path.patch
new file mode 100644
index 0000000000..b0e6d6738d
--- /dev/null
+++ b/xorg-util/xorg-cf-files/man-path.patch
@@ -0,0 +1,11 @@
+--- Imake.tmpl.orig 2009-10-17 01:45:42.000000000 +0400
++++ Imake.tmpl 2011-08-30 15:33:37.808819997 +0400
+@@ -890,7 +890,7 @@
+ #endif
+ #ifndef ManDirectoryRoot
+ #ifdef ProjectRoot
+-#define ManDirectoryRoot Concat(ProjectRoot,/man)
++#define ManDirectoryRoot Concat(ProjectRoot,/share/man)
+ #else
+ #define ManDirectoryRoot SystemManDirectory
+ #endif