summaryrefslogtreecommitdiffstats
path: root/quilt.spec.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-03-09 22:57:45 +0100
committerJean Delvare <jdelvare@suse.de>2011-03-09 22:57:45 +0100
commit2266ab6dcbad6afffd63c7f3cc454bd3f679c5ba (patch)
treea07e6156af6e68cd43ecb8d18cf540b7546d051b /quilt.spec.in
parent99e95b2ac0525fc56e48a922433b0a9521812066 (diff)
downloadquilt-2266ab6dcbad6afffd63c7f3cc454bd3f679c5ba.tar.gz
quilt.spec.in: BUILD_ROOT is only needed at installation time, not at build time.
Diffstat (limited to 'quilt.spec.in')
-rw-r--r--quilt.spec.in2
1 files changed, 1 insertions, 1 deletions
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