X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fconfig.pld;h=787b7ec5921a20c6549a946886f8ba69d1686a21;hb=ed1f84b4e8f626245995ecda5afcf83092c153b2;hp=c71c7bbdda0b8df5ad66dfbb8d715e04fbf3074b;hpb=945721f48f74d5cfffef7c7cf3a3d6bc2521f5dd;p=freeside.git diff --git a/rt/config.pld b/rt/config.pld index c71c7bbdd..787b7ec59 100644 --- a/rt/config.pld +++ b/rt/config.pld @@ -4,16 +4,20 @@ bindir=${exec_prefix}/bin sbindir=${exec_prefix}/sbin sysconfdir=${prefix}/etc mandir=${prefix}/man +(test "x$plugindir" = "xNONE" || test "x$plugindir" = "x") && plugindir=${prefix}/plugins libdir=${prefix}/lib datadir=${prefix}/share -(test "x$htmldir" = "xNONE" || test "x$htmldir" = "x") && htmldir=${datadir}/html -(test "x$manualdir" = "xNONE" || test "x$manualdir" = "x") && manualdir=${datadir}/doc +htmldir=/var/www/freeside/rt +(test "x$fontdir" = "xNONE" || test "x$fontdir" = "x") && fontdir=${datadir}/fonts +(test "x$lexdir" = "xNONE" || test "x$lexdir" = "x") && lexdir=${datadir}/po +(test "x$manualdir" = "xNONE" || test "x$manualdir" = "x") && manualdir=${prefix}/docs localstatedir=${prefix}/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$masonstatedir" = "xNONE" || test "x$masonstatedir" = "x") && masonstatedir=/usr/local/etc/freeside/masondata (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$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 (test "x$customlibdir" = "xNONE" || test "x$customlibdir" = "x") && customlibdir=${customdir}/lib +(test "x$customplugindir" = "xNONE" || test "x$customplugindir" = "x") && customplugindir=${customdir}/plugins