From 0ecd341c2127f42c221126b9f6d81705b557a793 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 22 Jan 2020 13:58:26 -0600 Subject: [PATCH] Update make_install macro while I'm at it --- wine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index 5f41272..fcf46d2 100644 --- a/wine.spec +++ b/wine.spec @@ -733,7 +733,7 @@ make %{?_smp_mflags} TARGETFLAGS="" %install -%makeinstall \ +%make_install \ includedir=%{buildroot}%{_includedir} \ sysconfdir=%{buildroot}%{_sysconfdir}/wine \ dlldir=%{buildroot}%{_libdir}/wine \