From 59be18d13536aa34cf120d4210509c8212906cf5e12bda5c8ac5119f50c91fa3 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 26 Oct 2021 16:24:06 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=234 --- dhcp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dhcp.spec b/dhcp.spec index 04290d5..fe58d6f 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -407,7 +407,8 @@ mv %{buildroot}%{_includedir}/{dhcpctl,omapip} \ mv %{buildroot}%{_libdir}/lib*.* \ %{buildroot}%{_libdir}/dhcp/ %if %{with sysusers} -install -D -m 644 %{SOURCE47} %{buildroot}%{_sysusersdir}/ +mkdir -p %{buildroot}%{_sysusersdir} +install -m 644 %{SOURCE47} %{buildroot}%{_sysusersdir}/ %endif %if %{with sysusers}