[quotatool] Cosmetic cleanup

Christopher Meng cicku at fedoraproject.org
Fri Jul 18 05:47:03 UTC 2014


commit abc7b18c17c074edd1829ed22bebfdfa7458f38b
Author: Christopher Meng <i at cicku.me>
Date:   Fri Jul 18 13:47:01 2014 +0800

    Cosmetic cleanup

 quotatool.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/quotatool.spec b/quotatool.spec
index 5c01672..c008e41 100644
--- a/quotatool.spec
+++ b/quotatool.spec
@@ -17,12 +17,12 @@ scripts and other non-interactive situations.
 
 %build
 %configure
-make CFLAGS="%{optflags}" %{?_smp_mflags}
+%make_build
 
 %install
 mkdir -p %{buildroot}%{_sbindir}
 mkdir -p %{buildroot}%{_mandir}/man8
-make INSTALL_PROGRAM="%{_bindir}/install -p" install DESTDIR=%{buildroot}
+%make_install INSTALL_PROGRAM="%{_bindir}/install -p"
 
 %files
 %doc AUTHORS ChangeLog COPYING README TODO


More information about the scm-commits mailing list