diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-07-02 07:46:46 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-02 07:46:46 -0500 |
commit | e59713189d604d5a294fc7e417a5ed68b809f34e (patch) | |
tree | 430052465d8a2549fcfc06cb39979b08d24ca046 /development/medit/help-path.patch | |
parent | 5e8dce29b4b6f64c5abea2c033f29adaf8780912 (diff) | |
download | slackbuilds-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.patch | 10 |
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 */ |