mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
adding ttml
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7210 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
989fcc73b1
commit
05670cfc53
@ -168,7 +168,7 @@ $(switch_builddir)/quiet_libtool: $(switch_builddir)/libtool
|
||||
|
||||
samples-conf:
|
||||
test -d $(DESTDIR)$(prefix)/conf || $(mkinstalldirs) $(DESTDIR)$(prefix)/conf
|
||||
for conffile in `find conf -name \*.xml && find conf -name \*.conf && find conf -name \*.tpl && find conf -name mime.types` ; do \
|
||||
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|^.*/||'`; \
|
||||
test -d $(DESTDIR)$(PREFIX)/$$dir || $(mkinstalldirs) $(DESTDIR)$(prefix)/$$dir ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user