qwell: branch aadk r809 - /branches/aadk/Makefile
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Fri Apr 27 14:36:28 MST 2007
Author: qwell
Date: Fri Apr 27 16:36:28 2007
New Revision: 809
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=809
Log:
Need to make sure we still create the dir to store network.params in this branch.
Modified:
branches/aadk/Makefile
Modified: branches/aadk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/Makefile?view=diff&rev=809&r1=808&r2=809
==============================================================================
--- branches/aadk/Makefile (original)
+++ branches/aadk/Makefile Fri Apr 27 16:36:28 2007
@@ -231,6 +231,7 @@
mkdir -p $(CONFIGDIR)/bkps
mkdir -p $(CONFIGDIR)/setup
mkdir -p $(CONFIGDIR)/graphs
+ mkdir -p $(ASTETCDIR)/scripts
mkdir -p $(ASTVARLIBDIR)/scripts
@for x in gui_configs/*; do \
echo "$$x --> $(ASTETCDIR)" ; \
More information about the asterisk-gui-commits
mailing list