RPM Community Forums

Mailing List Message of <rpm-cvs>

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

From: Jeff Johnson <jbj@rpm5.org>
Date: Sun 22 Jul 2007 - 03:23:34 CEST
Message-Id: <20070722012334.4F5E83484F4@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:23:34
  Branch: HEAD                             Handle: 2007072202233400

  Modified files:
    rpm/build               build.c

  Log:
    revert 2.113.

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

  patch -p0 <<'@@ .'
  Index: rpm/build/build.c
  ============================================================================
  $ cvs diff -u -r2.113 -r2.114 build.c
  --- rpm/build/build.c	20 Jul 2007 16:23:36 -0000	2.113
  +++ rpm/build/build.c	22 Jul 2007 01:23:34 -0000	2.114
  @@ -56,7 +56,7 @@
       const char * rootURL = spec->rootURL;
       const char * rootDir;
       const char *scriptName = NULL;
  -    const char * buildDirURL = rpmGenPath(rootURL, "%{?_builddir/}", "");
  +    const char * buildDirURL = rpmGenPath(rootURL, "%{_builddir}", "");
       const char * buildScript;
       const char * buildCmd = NULL;
       const char * buildTemplate = NULL;
  @@ .
Received on Sun Jul 22 03:23:34 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.