summaryrefslogtreecommitdiffstats
path: root/main/rt4/rt-varpath.patch
blob: 50ce551568fb64d8c395dbb7cd40398a09af157a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/configure.ac
+++ b/configure.ac
@@ -357,7 +357,7 @@
 AC_SUBST([CONFIG_FILE_PATH],		${exp_sysconfdir})
 AC_SUBST([RT_BIN_PATH],			${exp_bindir})
 AC_SUBST([RT_SBIN_PATH],		${exp_sbindir})
-AC_SUBST([RT_VAR_PATH],			${exp_localstatedir})
+AC_SUBST([RT_VAR_PATH],			${exp_datadir})
 AC_SUBST([RT_MAN_PATH],			${exp_mandir})
 AC_SUBST([RT_FONT_PATH],			${exp_fontdir})
 AC_SUBST([RT_PLUGIN_PATH],			${exp_plugindir})
@@ -409,7 +409,7 @@
 AC_SUBST([CONFIG_FILE_PATH_R],		${exp_sysconfdir})
 AC_SUBST([RT_BIN_PATH_R],			${exp_bindir})
 AC_SUBST([RT_SBIN_PATH_R],		${exp_sbindir})
-AC_SUBST([RT_VAR_PATH_R],			${exp_localstatedir})
+AC_SUBST([RT_VAR_PATH_R],			${exp_datadir})
 AC_SUBST([RT_MAN_PATH_R],			${exp_mandir})
 AC_SUBST([RT_FONT_PATH_R],			${exp_fontdir})
 AC_SUBST([MASON_DATA_PATH_R],		${exp_masonstatedir})