[pass] s/$RPM_BUILD_ROOT/%{buildroot}

Christophe Fergeau teuf at fedoraproject.org
Fri Apr 18 08:10:25 UTC 2014


commit c048fdcd2e746e067cc6dfb47d6b88579c226ad7
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Apr 17 15:55:23 2014 +0200

    s/$RPM_BUILD_ROOT/%{buildroot}

 pass.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pass.spec b/pass.spec
index 6d2867b..8e54824 100644
--- a/pass.spec
+++ b/pass.spec
@@ -21,7 +21,7 @@ pwgen, and git.
 %setup -q -n password-store-%{version}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} \
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} \
      BINDIR=%{_bindir} SYSCONFDIR=%{_sysconfdir} \
      MANDIR=%{_mandir} \
      install


More information about the scm-commits mailing list