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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   05-Apr-2003 12:33:28
  Branch: HEAD                             Handle: 2003040511332700

  Modified files:
    openpkg-src/xboard      xboard.spec

  Log:
    Fix info file handling at runtime

  Summary:
    Revision    Changes     Path
    1.6         +8  -2      openpkg-src/xboard/xboard.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/xboard/xboard.spec
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 xboard.spec
  --- openpkg-src/xboard/xboard.spec    5 Apr 2003 10:06:50 -0000       1.5
  +++ openpkg-src/xboard/xboard.spec    5 Apr 2003 10:33:27 -0000       1.6
  @@ -55,8 +55,14 @@
   
   %prep
       %setup -q
  -    chmod +w xboard.h
  -    %{l_shtool} subst -e 's;gnuchessx;gnuchess xboard;1' xboard.h
  +    chmod u+w xboard.h
  +    %{l_shtool} subst \
  +        -e 's;gnuchessx;gnuchess xboard;1' \
  +        xboard.h
  +    chmod u+w Makefile.in
  +    %{l_shtool} subst \
  +        -e 's;\(infodir\ =\ \$(prefix)\/\)share\/\(info\);\1\2;1' \
  +        Makefile.in
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to