RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/build/ files.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 22 Jul 2007 - 03:21:37 CEST
Message-Id: <20070722012137.4092C3484F4@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   22-Jul-2007 03:21:37
  Branch: HEAD                             Handle: 2007072202213700

  Modified files:
    rpm/build               files.c

  Log:
    revert 1.254.

  Summary:
    Revision    Changes     Path
    1.255       +1  -1      rpm/build/files.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/build/files.c
  ============================================================================
  $ cvs diff -u -r1.254 -r1.255 files.c
  --- rpm/build/files.c	20 Jul 2007 16:23:36 -0000	1.254
  +++ rpm/build/files.c	22 Jul 2007 01:21:37 -0000	1.255
  @@ -2172,7 +2172,7 @@
       /* Init the file list structure */
       memset(&fl, 0, sizeof(fl));
   
  -    fl.buildRootURL = rpmGenPath(spec->rootURL, "%{?buildroot/}", NULL);
  +    fl.buildRootURL = rpmGenPath(spec->rootURL, "%{?buildroot}", NULL);
   
       if (hge(pkg->header, RPMTAG_DEFAULTPREFIX, NULL, &fl.prefix, NULL))
   	fl.prefix = xstrdup(fl.prefix);
  @@ .
Received on Sun Jul 22 03:21:37 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.