|
|
@@ -135,7 +135,11 @@ AutoReqProv: no
|
|
|
--with-db-user=RT \
|
|
|
--with-db-pass=XXX \
|
|
|
--with-web-user=%{l_nusr} \
|
|
|
- --with-web-group=%{l_ngrp}
|
|
|
+ --with-web-group=%{l_ngrp} \
|
|
|
+ --with-customdir=%{l_prefix}/etc/rt/local \
|
|
|
+ --with-customhtmldir=%{l_prefix}/etc/rt/html \
|
|
|
+ --with-customlibdir=%{l_prefix}/etc/rt/lib \
|
|
|
+ --with-customlexdir=%{l_prefix}/etc/rt/po
|
|
|
) || exit $?
|
|
|
|
|
|
%install
|
|
|
@@ -281,7 +285,10 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/rt \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/rt/tools \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/libexec/rt/etc/upgrade \
|
|
|
- $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/local/lib \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/rt/local \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/rt/lib \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/rt/html \
|
|
|
+ $RPM_BUILD_ROOT%{l_prefix}/etc/rt/po \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/rt/mason-data \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/rt/mason-session \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/var/rt/log \
|