From 43c8f94e6a22ee7b51c4fb61c2545d92de55c090 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Thu, 9 Oct 2014 18:37:31 -0500 Subject: [PATCH] fix path error --- SPECS/xen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/xen.spec b/SPECS/xen.spec index 9e6b2dd..17e8559 100644 --- a/SPECS/xen.spec +++ b/SPECS/xen.spec @@ -581,7 +581,7 @@ rm -rf %{buildroot} # xm config %config(noreplace) %{_sysconfdir}/%{name}/xm-* # xen-kernel config -%config(noreplace) %{_sysconfdir}/xen-kernel +%config(noreplace) %{_sysconfdir}/sysconfig/xen-kernel # Guest autostart links %dir %attr(0700,root,root) %{_sysconfdir}/%{name}/auto # Autostart of guests -- 2.39.5