[Freeswitch-svn] [commit] r7279 - freeswitch/trunk

Freeswitch SVN anthm at freeswitch.org
Thu Jan 17 19:35:10 EST 2008


Author: anthm
Date: Thu Jan 17 19:35:09 2008
New Revision: 7279

Modified:
   freeswitch/trunk/Makefile.am

Log:
allways create /conf/dialplan/extensions on install

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Thu Jan 17 19:35:09 2008
@@ -170,6 +170,7 @@
 
 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