summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes6
-rw-r--r--quilt.spec.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 6b3cdc3..1dc5639 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Mar 9 22:56:29 CET 2011 - jdelvare@suse.de
+
+- quilt.spec.in: BUILD_ROOT is only needed at installation time,
+ not at build time.
+
+-------------------------------------------------------------------
Mon Mar 7 08:39:54 CET 2011 - jdelvare@suse.de
- test/example1.test, test/two.test, test/three.test: Let the test
diff --git a/quilt.spec.in b/quilt.spec.in
index cfea9d0..9df8ecb 100644
--- a/quilt.spec.in
+++ b/quilt.spec.in
@@ -31,7 +31,7 @@ Authors:
%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --mandir=%_mandir
-make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
+make prefix=/usr RELEASE=%release
%install
rm -rf $RPM_BUILD_ROOT