From 98e1f21028d24602f2ed2697616eb5308e6570e8 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 9 Dec 2014 23:29:13 -0500 Subject: [PATCH] fixup tmpfiles copying --- unbound.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbound.spec b/unbound.spec index aef1603..e817635 100644 --- a/unbound.spec +++ b/unbound.spec @@ -163,8 +163,8 @@ install -m 0755 streamtcp %{buildroot}%{_sbindir}/unbound-streamtcp install -m 0644 testcode/streamtcp.1 %{buildroot}/%{_mandir}/man1/unbound-streamtcp.1 # Install tmpfiles.d config -install -d -m 0755 %{buildroot}%{_sysconfdir}/tmpfiles.d/ %{buildroot}%{_sharedstatedir}/unbound -install -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/tmpfiles.d/unbound.conf +install -d -m 0755 %{buildroot}%{_tmpfilesdir} %{buildroot}%{_sharedstatedir}/unbound +install -m 0644 %{SOURCE8} %{buildroot}%{_tmpfilesdir}/unbound.conf # install root and DLV key - we keep a copy of the root key in old location, # in case user has changed the configuration and we wouldn't update it there