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:   22-Aug-2003 23:08:46
  Branch: OPENPKG_UPGRADE_RPM42            Handle: 2003082222084600

  Modified files:           (Branch: OPENPKG_UPGRADE_RPM42)
    openpkg-src/openpkg     rpm.patch.porting

  Log:
    not all platforms support the escape notation in tr(1), so use a real
    tab here (where it should be safe to be used)

  Summary:
    Revision    Changes     Path
    1.5.2.5     +1  -1      openpkg-src/openpkg/rpm.patch.porting
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/rpm.patch.porting
  ============================================================================
  $ cvs diff -u -r1.5.2.4 -r1.5.2.5 rpm.patch.porting
  --- openpkg-src/openpkg/rpm.patch.porting     22 Aug 2003 18:29:38 -0000      1.5.2.4
  +++ openpkg-src/openpkg/rpm.patch.porting     22 Aug 2003 21:08:46 -0000      1.5.2.5
  @@ -520,7 +520,7 @@
    distdir install check:\
    \
   -db4_install: all install_setip' > Makefile
  -+db4_install: all install_setip' | tr '~' '\009' > Makefile
  ++db4_install: all install_setip' | tr '~' '  ' > Makefile
    
    mv db.h db.h.orig
    cat db.h.orig | sed \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to