From 6d2a1ea7efb8017d4728c9f3bb3cd699e95519e2 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 24 May 2013 16:49:57 -0400 Subject: [PATCH] * Don't copy the unbound.anchor into /etc/unbound --- unbound.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index fbe430a..54de37a 100644 --- a/unbound.spec +++ b/unbound.spec @@ -154,7 +154,7 @@ install -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/tmpfiles.d/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 -install -m 0644 %{SOURCE5} %{SOURCE6} %{SOURCE13} %{buildroot}%{_sysconfdir}/unbound/ +install -m 0644 %{SOURCE5} %{SOURCE6} %{buildroot}%{_sysconfdir}/unbound/ install -m 0644 %{SOURCE13} %{buildroot}%{_sharedstatedir}/unbound/ # remove static library from install (fedora packaging guidelines)