pari: trunk r177 - /trunk/Makefile

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Tue Dec 19 09:13:15 MST 2006


Author: pari
Date: Tue Dec 19 10:13:15 2006
New Revision: 177

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=177
Log:
This should fix the 404 errors related to setup

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=177&r1=176&r2=177
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Dec 19 10:13:15 2006
@@ -197,6 +197,7 @@
 	mkdir -p $(CONFIGDIR)/scripts
 	mkdir -p $(CONFIGDIR)/stylesheets
 	mkdir -p $(CONFIGDIR)/bkps
+	mkdir -p $(CONFIGDIR)/setup
 	@for x in gui_configs/*; do \
 		echo "$$x  -->  $(ASTETCDIR)" ; \
 		cp $$x $(ASTETCDIR)/ ; \
@@ -208,6 +209,10 @@
 	@for x in config/scripts/*; do \
 		echo "$$x  -->  $(CONFIGDIR)/scripts/" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/scripts/ ; \
+	done
+	@for x in config/scripts/*; do \
+		echo "$$x  -->  $(CONFIGDIR)/setup/" ; \
+		$(INSTALL) -m 644 $$x $(CONFIGDIR)/setup/ ; \
 	done
 	@for x in config/stylesheets/*; do \
 		echo "$$x  -->  $(CONFIGDIR)/stylesheets/" ; \



More information about the asterisk-gui-commits mailing list