[Freeswitch-svn] [commit] r9702 - freeswitch/trunk
Freeswitch SVN
brian at freeswitch.org
Sun Sep 28 17:30:31 EDT 2008
Author: brian
Date: Sun Sep 28 17:30:30 2008
New Revision: 9702
Modified:
freeswitch/trunk/Makefile.am
Log:
We don't need this now that the thing installs them in a loop
Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am (original)
+++ freeswitch/trunk/Makefile.am Sun Sep 28 17:30:30 2008
@@ -206,7 +206,6 @@
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|^.*/||'`; \
More information about the Freeswitch-svn
mailing list