jlyons: branch asterisknow r2252 - /branches/asterisknow/Makefile
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Mon Feb  4 11:10:04 CST 2008
    
    
  
Author: jlyons
Date: Mon Feb  4 11:10:02 2008
New Revision: 2252
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2252
Log:
Looks like someone made a bit of a typo
Modified:
    branches/asterisknow/Makefile
Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=2252&r1=2251&r2=2252
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Mon Feb  4 11:10:02 2008
@@ -246,7 +246,7 @@
 		echo "$$x  -->  $(CONFIGDIR)" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/ ; \
 	done
-	@for x in config/index; do \
+	@for x in config/index.html; do \
 		echo "$$x  --> $(HTTPDIR)/index.html" ; \
 		$(INSTALL) -m 644 $$x $(HTTPDIR)/index.html ; \
 	done
    
    
More information about the asterisk-gui-commits
mailing list