OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   04-Apr-2003 17:39:11
  Branch: HEAD                             Handle: 2003040416391100

  Modified files:
    openpkg-src/rt          rt.spec

  Log:
    fix the local stuff (RT has the local dir hard-coded, so symlink it,
    too)

  Summary:
    Revision    Changes     Path
    1.41        +9  -7      openpkg-src/rt/rt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/rt/rt.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 rt.spec
  --- openpkg-src/rt/rt.spec    4 Apr 2003 14:53:42 -0000       1.40
  +++ openpkg-src/rt/rt.spec    4 Apr 2003 15:39:11 -0000       1.41
  @@ -140,9 +140,9 @@
           --with-web-user=%{l_nusr} \
           --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
  +        --with-customhtmldir=%{l_prefix}/etc/rt/local/html \
  +        --with-customlibdir=%{l_prefix}/etc/rt/local/lib \
  +        --with-customlexdir=%{l_prefix}/etc/rt/local/po
       ) || exit $?
   
   %install
  @@ -288,10 +288,6 @@
           $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}/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 \
  @@ -327,6 +323,12 @@
         ln -s \
           %{l_prefix}/etc/rt/webrt.css \
           $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/WebRT/html/NoAuth/webrt.css
  +      mv \
  +        $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/local \
  +        $RPM_BUILD_ROOT%{l_prefix}/etc/rt/local
  +      ln -s \
  +        %{l_prefix}/etc/rt/local \
  +        $RPM_BUILD_ROOT%{l_prefix}/libexec/rt/local
       ) || exit $?
   
       #   remove Win32 handler
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to