From 1a1f716e8a4e59f04abbaac051c04e734a1b2aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 27 Nov 2020 14:00:38 +0100 Subject: [PATCH] spec: Use make macros https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make --- scrub.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrub.spec b/scrub.spec index 6ee694b..e966bec 100644 --- a/scrub.spec +++ b/scrub.spec @@ -21,10 +21,10 @@ the file system is full, then scrubbed as in 2). %build %configure -make %{?_smp_mflags} +%{make_build} %install -make DESTDIR=%{buildroot} install +%{make_install} %files %doc DISCLAIMER COPYING