From c9c99ce66bd04061ee73c26b310c7d0904ac47fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Nov 2019 15:15:28 +0100 Subject: [PATCH] Modernize a spec file --- quota.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quota.spec b/quota.spec index 26b302e..2b1b719 100644 --- a/quota.spec +++ b/quota.spec @@ -278,11 +278,11 @@ autoreconf -f -i %endif --disable-silent-rules \ --disable-xfs-roothack -make +%{make_build} %install -make install DESTDIR=%{buildroot} +%{make_install} rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} %if %{with quota_enables_netlink}