]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
We don't need this now that the thing installs them in a loop
authorBrian West <brian@freeswitch.org>
Sun, 28 Sep 2008 21:30:30 +0000 (21:30 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 28 Sep 2008 21:30:30 +0000 (21:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9702 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am

index 6bb49b807495c23625691dc8c06961e30a0f18a0..91a9717c2f9f3a9e5a1d3388cca1bfe85752290b 100644 (file)
@@ -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|^.*/||'`; \