summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-12-01 14:58:18 -0800
committerEric Sandall2008-12-01 14:58:18 -0800
commitc8deb756340f8b87397020a5863ce8a862114c7a (patch)
tree867ffa88a275f94c3254ea2b7a9f16a1d228ac03
parent095e49527ad6052e41292023f24d30a4aa88879e (diff)
wmtop: fix manpath #14817
(cherry-picked from commit 43cc732dd8c00ebc56bc50bb3f00b86ccd82aaad)
-rw-r--r--wm-addons/wmtop/HISTORY3
-rw-r--r--wm-addons/wmtop/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/wm-addons/wmtop/HISTORY b/wm-addons/wmtop/HISTORY
index b2c7a6602f..4d5fa705ae 100644
--- a/wm-addons/wmtop/HISTORY
+++ b/wm-addons/wmtop/HISTORY
@@ -1,3 +1,6 @@
+2008-11-24 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * PRE_BUILD: added to fix manpath #14817
+
2008-03-18 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
diff --git a/wm-addons/wmtop/PRE_BUILD b/wm-addons/wmtop/PRE_BUILD
new file mode 100644
index 0000000000..a78b357a19
--- /dev/null
+++ b/wm-addons/wmtop/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+
+sed -i 's,man/man1,share/&,' $SOURCE_DIRECTORY/Makefile