From 968eebf078d5e428b44c4d7395f16761867a4b0a Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 13 Nov 2020 00:12:21 +0100 Subject: [PATCH] Switch to %mingw_make_{build,install} --- mingw-pcre2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-pcre2.spec b/mingw-pcre2.spec index c5d9071..bb75cb4 100644 --- a/mingw-pcre2.spec +++ b/mingw-pcre2.spec @@ -108,11 +108,11 @@ autoreconf -vif --enable-static \ --enable-unicode \ --disable-valgrind -%mingw_make %{?_smp_mflags} +%mingw_make_build %install -%mingw_make DESTDIR=%{buildroot} install +%mingw_make_install rm -rf %{buildroot}%{mingw32_datadir}/doc/* rm -rf %{buildroot}%{mingw64_datadir}/doc/*