From 2005e05e658cfbc89bc26cf391e61bdc67a03906 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 13 Nov 2020 00:10:27 +0100 Subject: [PATCH] Switch to %mingw_make_{build,install} --- mingw-icu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-icu.spec b/mingw-icu.spec index fda367f..833bc68 100644 --- a/mingw-icu.spec +++ b/mingw-icu.spec @@ -90,13 +90,13 @@ popd --with-cross-build=$(pwd)/nativebuild \ --with-data-packaging=library -%mingw_make %{?_smp_mflags} +%mingw_make_build popd %install pushd source -%mingw_make DESTDIR=%{buildroot} install +%mingw_make_install popd #find %{buildroot} -name "*.dll" -type l -delete