提交 bf487484 authored 作者: Brian West's avatar Brian West

We don't need this now that the thing installs them in a loop

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9702 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ce5d245f
......@@ -206,7 +206,6 @@ vm-sync:
samples-conf:
test -d $(DESTDIR)$(prefix)/conf || $(mkinstalldirs) $(DESTDIR)$(prefix)/conf
test -d $(DESTDIR)$(prefix)/conf/dialplan/extensions || $(mkinstalldirs) $(DESTDIR)$(prefix)/conf/dialplan/extensions
for conffile in `find conf -name \*.xml && find conf -name \*.conf && find conf -name \*.tpl && find conf -name \*.ttml && find conf -name mime.types` ; do \
dir=`echo $$conffile | sed -e 's|/[^/]*$$||'`; \
filename=`echo $$conffile | sed -e 's|^.*/||'`; \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论