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