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

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


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

    Use make install/fast

 kf5-krunner.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kf5-krunner.spec b/kf5-krunner.spec
index f34fc0e..918c4d2 100644
--- a/kf5-krunner.spec
+++ b/kf5-krunner.spec
@@ -63,7 +63,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