pari: trunk r178 - /trunk/Makefile
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Tue Dec 19 09:16:00 MST 2006
    
    
  
Author: pari
Date: Tue Dec 19 10:16:00 2006
New Revision: 178
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=178
Log:
oops, thats why copy/paste is bad
Modified:
    trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=178&r1=177&r2=178
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Dec 19 10:16:00 2006
@@ -210,7 +210,7 @@
 		echo "$$x  -->  $(CONFIGDIR)/scripts/" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/scripts/ ; \
 	done
-	@for x in config/scripts/*; do \
+	@for x in config/setup/*; do \
 		echo "$$x  -->  $(CONFIGDIR)/setup/" ; \
 		$(INSTALL) -m 644 $$x $(CONFIGDIR)/setup/ ; \
 	done
    
    
More information about the asterisk-gui-commits
mailing list