summaryrefslogtreecommitdiff
path: root/rt/config.pld
diff options
context:
space:
mode:
authorivan <ivan>2009-12-31 13:16:41 +0000
committerivan <ivan>2009-12-31 13:16:41 +0000
commitb4b0c7e72d7eaee2fbfc7022022c9698323203dd (patch)
treeba4cd21399e412c32fe3737eaa8478e3271509f9 /rt/config.pld
parent2dfda73eeb3eae2d4f894099754794ef07d060dd (diff)
import rt 3.8.7
Diffstat (limited to 'rt/config.pld')
-rw-r--r--rt/config.pld17
1 files changed, 9 insertions, 8 deletions
diff --git a/rt/config.pld b/rt/config.pld
index 3d02027..c83c28f 100644
--- a/rt/config.pld
+++ b/rt/config.pld
@@ -1,18 +1,19 @@
(test "x$prefix" = "xNONE" || test "x$prefix" = "x") && prefix=/opt/rt3
(test "x$exec_prefix" = "xNONE" || test "x$exec_prefix" = "x") && exec_prefix=${prefix}
-bindir=${exec_prefix}/bin
-sbindir=${exec_prefix}/sbin
-sysconfdir=${prefix}/etc
-mandir=${prefix}/man
-libdir=${prefix}/lib
-datadir=${prefix}/share
+bindir=bin
+sbindir=sbin
+sysconfdir=etc
+mandir=man
+(test "x$plugindir" = "xNONE" || test "x$plugindir" = "x") && plugindir=plugins
+libdir=lib
+datadir=share
htmldir=${datadir}/html
(test "x$manualdir" = "xNONE" || test "x$manualdir" = "x") && manualdir=${datadir}/doc
-localstatedir=${prefix}/var
+localstatedir=var
(test "x$logfiledir" = "xNONE" || test "x$logfiledir" = "x") && logfiledir=${localstatedir}/log
(test "x$masonstatedir" = "xNONE" || test "x$masonstatedir" = "x") && masonstatedir=${localstatedir}/mason_data
(test "x$sessionstatedir" = "xNONE" || test "x$sessionstatedir" = "x") && sessionstatedir=${localstatedir}/session_data
-(test "x$customdir" = "xNONE" || test "x$customdir" = "x") && customdir=${prefix}/local
+(test "x$customdir" = "xNONE" || test "x$customdir" = "x") && customdir=local
(test "x$custometcdir" = "xNONE" || test "x$custometcdir" = "x") && custometcdir=${customdir}/etc
(test "x$customhtmldir" = "xNONE" || test "x$customhtmldir" = "x") && customhtmldir=${customdir}/html
(test "x$customlexdir" = "xNONE" || test "x$customlexdir" = "x") && customlexdir=${customdir}/po