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

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


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

    Use make install/fast

 kf5-kio.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kf5-kio.spec b/kf5-kio.spec
index eb84137..a70fb69 100644
--- a/kf5-kio.spec
+++ b/kf5-kio.spec
@@ -158,7 +158,7 @@ popd
 make %{?_smp_mflags} -C %{_target_platform}
 
 %install
-%make_install -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 %find_lang kio5 --with-qt --all-name
 
 %files


More information about the scm-commits mailing list