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
This commit is contained in:
parent
3f1a474f72
commit
72678abd23
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue