OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Apr-2003 15:37:25
Branch: HEAD Handle: 2003040314372500
Modified files:
openpkg-src/rt rt.spec
Log:
move local data into etc directory
Summary:
Revision Changes Path
1.39 +9 -2 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 rt.spec
--- openpkg-src/rt/rt.spec 3 Apr 2003 09:25:16 -0000 1.38
+++ openpkg-src/rt/rt.spec 3 Apr 2003 13:37:25 -0000 1.39
@@ -135,7 +135,11 @@
--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 @@
$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 \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]