[asterisk-commits] branch murf/AEL2 r21782 -
	/team/murf/AEL2/pbx/Makefile
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Thu Apr 20 21:00:34 MST 2006
    
    
  
Author: murf
Date: Thu Apr 20 23:00:31 2006
New Revision: 21782
URL: http://svn.digium.com/view/asterisk?rev=21782&view=rev
Log:
Removed the line that installed applist-- it doesn't exist any more!
Modified:
    team/murf/AEL2/pbx/Makefile
Modified: team/murf/AEL2/pbx/Makefile
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2/pbx/Makefile?rev=21782&r1=21781&r2=21782&view=diff
==============================================================================
--- team/murf/AEL2/pbx/Makefile (original)
+++ team/murf/AEL2/pbx/Makefile Thu Apr 20 23:00:31 2006
@@ -95,7 +95,6 @@
 
 install: all
 	for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
-	$(INSTALL) -m 755 applist $(DESTDIR)$(ASTVARLIBDIR)/
 
 uninstall:
 
    
    
More information about the asterisk-commits
mailing list