summaryrefslogtreecommitdiffstats
path: root/development/medit/help-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/medit/help-path.patch')
-rw-r--r--development/medit/help-path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/medit/help-path.patch b/development/medit/help-path.patch
new file mode 100644
index 0000000000..2685125a8d
--- /dev/null
+++ b/development/medit/help-path.patch
@@ -0,0 +1,10 @@
+--- medit-0.10.4/config-dirs.h.in 2010-04-29 03:43:23.000000000 -0300
++++ medit-0.10.4_patched/config-dirs.h.in 2010-06-27 22:04:27.000000000 -0300
+@@ -6,6 +6,6 @@
+ #define MOO_DATA_DIR "@MOO_DATA_DIR_ABS@"
+ #define MOO_LIB_DIR "@MOO_LIB_DIR_ABS@"
+ #define MOO_LOCALE_DIR "@LOCALEDIR_ABS@"
+-#define MOO_HELP_DIR "@MOO_HELP_DIR_ABS@"
++#define MOO_HELP_DIR "@MOO_HELP_DIR@"
+
+ #endif /* CONFIG_DIRS_H */