diff options
Diffstat (limited to 'editors/gate/files/patch-configure')
-rw-r--r-- | editors/gate/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/gate/files/patch-configure b/editors/gate/files/patch-configure index 579cf63aaf5b..d15f08f5a38b 100644 --- a/editors/gate/files/patch-configure +++ b/editors/gate/files/patch-configure @@ -9,3 +9,12 @@ LIBS="-l$i $ac_func_search_save_LIBS" cat > conftest.$ac_ext <<EOF #line 1773 "configure" +@@ -2123,7 +2123,7 @@ res_datadir=`eval "echo $datadir"` + prefix=$gate_prefix + + cat >> confdefs.h <<EOF +-#define HELP_FILE "${res_datadir}/gate.help" ++#define HELP_FILE "/usr/local/share/gate/gate.help" + EOF + + |