RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ autogen.sh

From: Arkadiusz Miskiewicz <arekm@rpm5.org>
Date: Thu 21 Jun 2007 - 10:28:50 CEST
Message-Id: <20070621082850.30D893484EA@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Arkadiusz Miskiewicz
  Root:   /v/rpm/cvs                       Email:  arekm@rpm5.org
  Module: rpm                              Date:   21-Jun-2007 10:28:50
  Branch: HEAD                             Handle: 2007062109285000

  Modified files:
    rpm                     autogen.sh

  Log:
    Endless loop if no zlib directory fixed.

  Summary:
    Revision    Changes     Path
    2.79        +1  -1      rpm/autogen.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/autogen.sh
  ============================================================================
  $ cvs diff -u -r2.78 -r2.79 autogen.sh
  --- rpm/autogen.sh	21 Jun 2007 06:55:01 -0000	2.78
  +++ rpm/autogen.sh	21 Jun 2007 08:28:50 -0000	2.79
  @@ -36,7 +36,7 @@
   [ "`gettextize --version | head -1 | sed -e 's;^.*/\\(gettextize\\);\\1;'`" != "$GTT" ] && echo "$USAGE" # && exit 1
   
   echo "===> zlib"
  -( cd zlib; sh ./autogen.sh --noconfigure "$@" )
  +( cd zlib && sh ./autogen.sh --noconfigure "$@" )
   echo "<=== zlib"
   
   echo "===> rpm"
  @@ .
Received on Thu Jun 21 10:28:50 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.