[kf5-kcrash/f20] Use make install/fast

Daniel Vrátil dvratil at fedoraproject.org
Mon Feb 16 12:24:39 UTC 2015


commit 757d1dd62cab584bc669e189d60ef2fa8b76c9bd
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Wed Feb 11 16:33:26 2015 +0100

    Use make install/fast

 kf5-kcrash.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kf5-kcrash.spec b/kf5-kcrash.spec
index e128620..70f54de 100644
--- a/kf5-kcrash.spec
+++ b/kf5-kcrash.spec
@@ -57,7 +57,7 @@ popd
 make %{?_smp_mflags} -C %{_target_platform}
 
 %install
-%make_install -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %post -p /sbin/ldconfig


More information about the scm-commits mailing list