[ioping/epel7] Cosmetic changes.

Christopher Meng cicku at fedoraproject.org
Tue Jul 15 01:00:05 UTC 2014


commit f0c52ecf2386bd9e4368ad69b02edf8d63eca5bc
Author: Christopher Meng <i at cicku.me>
Date:   Tue Jul 15 08:58:54 2014 +0800

    Cosmetic changes.

 ioping.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ioping.spec b/ioping.spec
index 0a3deb2..56367ae 100644
--- a/ioping.spec
+++ b/ioping.spec
@@ -16,10 +16,10 @@ the same way as ping shows network latency.
 sed -i 's|install -s |install |g' Makefile
 
 %build
-make CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags}
+%make_build CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
 
 %install
-make install PREFIX=%{_prefix} DESTDIR=%{buildroot}
+%make_install PREFIX=%{_prefix}
 
 %files
 %doc changelog README


More information about the scm-commits mailing list