From 72678abd23adad4099d43058bf0018b52b11093b Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Thu, 10 Jul 2008 00:09:04 +0000 Subject: [PATCH] add files from the conf/dialplan/extensions directory to the packages (FSBUILD-56) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8974 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/freeswitch.install | 1 + freeswitch.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/freeswitch.install b/debian/freeswitch.install index ea788b2f72..e21d9bd980 100644 --- a/debian/freeswitch.install +++ b/debian/freeswitch.install @@ -46,6 +46,7 @@ opt/freeswitch/conf/dialplan/public.xml opt/freeswitch/conf/dialplan/default.xml opt/freeswitch/conf/dialplan/features.xml opt/freeswitch/conf/dialplan/extensions +opt/freeswitch/conf/dialplan/extensions/*.xml opt/freeswitch/conf/sip_profiles/external.xml opt/freeswitch/conf/sip_profiles/nat.xml opt/freeswitch/conf/sip_profiles/nat/example.xml diff --git a/freeswitch.spec b/freeswitch.spec index 2be6f63da0..16add0c0ef 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -330,6 +330,7 @@ userdel freeswitch %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/xml_rpc.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/autoload_configs/zeroconf.conf.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/*.xml +%config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/dialplan/extensions/*.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/*.xml %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/directory/default/* %config(noreplace) %attr(0640, freeswitch, daemon) %{prefix}/conf/mrcp_profiles/*.xml