From 8998932ce70700496e9bed376df623ad7e447d37 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 22 Jan 2020 14:16:12 -0600 Subject: [PATCH] There is a behavior change in make_install that I will figure out later --- wine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index fcf46d2..5f41272 100644 --- a/wine.spec +++ b/wine.spec @@ -733,7 +733,7 @@ make %{?_smp_mflags} TARGETFLAGS="" %install -%make_install \ +%makeinstall \ includedir=%{buildroot}%{_includedir} \ sysconfdir=%{buildroot}%{_sysconfdir}/wine \ dlldir=%{buildroot}%{_libdir}/wine \