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

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


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

    Use make install/fast

 kf5-kdoctools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kf5-kdoctools.spec b/kf5-kdoctools.spec
index 34d419b..f8743e8 100644
--- a/kf5-kdoctools.spec
+++ b/kf5-kdoctools.spec
@@ -64,7 +64,7 @@ popd
 make %{?_smp_mflags} -C %{_target_platform}
 
 %install
-%make_install -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %files


More information about the scm-commits mailing list