[vim/f17: 1/44] fix spec template

Karsten Hopp karsten at fedoraproject.org
Mon Jun 18 09:09:22 UTC 2012


commit 6155ee4c50639563c2607a60e91bc629d6086e8b
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue May 29 11:10:25 2012 +0200

    fix spec template

 spec-template.new |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/spec-template.new b/spec-template.new
index da55800..cea6bfc 100644
--- a/spec-template.new
+++ b/spec-template.new
@@ -24,8 +24,7 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
 
 %files


More information about the scm-commits mailing list