summaryrefslogtreecommitdiffstats
path: root/development/medit/help-path.patch
diff options
context:
space:
mode:
author Erik Hanson2010-07-02 14:46:46 +0200
committer Robby Workman2010-07-02 14:46:46 +0200
commite59713189d604d5a294fc7e417a5ed68b809f34e (patch)
tree430052465d8a2549fcfc06cb39979b08d24ca046 /development/medit/help-path.patch
parent5e8dce29b4b6f64c5abea2c033f29adaf8780912 (diff)
downloadslackbuilds-e59713189d604d5a294fc7e417a5ed68b809f34e.tar.gz
development/medit: Added (text editor)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 */