bkruse: trunk r3435 - /trunk/Makefile

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Jul 8 15:44:38 CDT 2008


Author: bkruse
Date: Tue Jul  8 15:44:38 2008
New Revision: 3435

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3435
Log:
Reverting pari's change.

He has a lot on his plate, no worries :)

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=3435&r1=3434&r2=3435
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jul  8 15:44:38 2008
@@ -195,8 +195,7 @@
 	mkdir -p $(CONFIGDIR)/images
 	mkdir -p $(CONFIGDIR)/stylesheets
 	mkdir -p $(CONFIGDIR)/bkps
-	mkdir -p $(CONFIGDIR)/js
-	mkdir -p $(ASTVARLIBDIR)/gui_backups
+	mkdir -p $(CONFIGDIR)/scripts
 	mkdir -p $(ASTVARLIBDIR)/scripts
 	@echo "Checking For old ztscan and zapscan...."
 	@for i in zapscan.bin zapscan ; do \
@@ -228,9 +227,9 @@
 		echo "$$x  -->  $(CONFIGDIR)/images/" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/images/ ; \
 	done
-	@for x in config/js/*; do \
-		echo "$$x  -->  $(CONFIGDIR)/js/" ; \
-		$(INSTALL) -m 644 $$x $(CONFIGDIR)/js/ ; \
+	@for x in config/scripts/*; do \
+		echo "$$x  -->  $(CONFIGDIR)/scripts/" ; \
+		$(INSTALL) -m 644 $$x $(CONFIGDIR)/scripts/ ; \
 	done
 	@for x in config/stylesheets/*; do \
 		echo "$$x  -->  $(CONFIGDIR)/stylesheets/" ; \
@@ -246,6 +245,10 @@
 	@for x in config/index.html; do \
 		echo "$$x  --> $(HTTPDIR)/index.html" ; \
 		$(INSTALL) -m 644 $$x $(HTTPDIR)/index.html ; \
+	done
+	@for x in configs/providers.conf.sample; do \
+		echo "$$x  --> $(ASTETCDIR)/providers.conf" ; \
+		$(INSTALL) -m 644 $$x $(ASTETCDIR)/providers.conf ; \
 	done
 	@if [ -x /usr/sbin/asterisk-gui-post-install ]; then \
 		/usr/sbin/asterisk-gui-post-install $(DESTDIR) . ; \




More information about the asterisk-gui-commits mailing list