summaryrefslogtreecommitdiff
blob: 8b4e65216ccae72661164af2b2b20618a7778929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/configure.in
+++ b/configure.in
@@ -187,9 +187,9 @@
 configdir=$SYSCONFDIR/prelude-lml
 prelude_lml_conf=$configdir/prelude-lml.conf
 regex_conf=$configdir/plugins.rules
-metadata_dir=$LOCALSTATEDIR/lib/prelude-lml
+metadata_dir=$LOCALSTATEDIR/prelude-lml
 plugindir=$LIBDIR/prelude-lml
-lml_run_dir=$LOCALSTATEDIR/run/prelude-lml
+lml_run_dir=/run/prelude-lml
 
 AC_DEFINE_UNQUOTED(PRELUDE_LML_CONF, "$prelude_lml_conf", Path to the LML configuration file)
 AC_DEFINE_UNQUOTED(LOG_PLUGIN_DIR, "$plugindir", Prelude-LML report plugin directory)