bkruse: trunk r659 - /trunk/tools/Makefile
    asterisk-gui-commits at lists.digium.com 
    asterisk-gui-commits at lists.digium.com
       
    Sat Apr 14 12:56:03 MST 2007
    
    
  
Author: bkruse
Date: Sat Apr 14 14:56:03 2007
New Revision: 659
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=659
Log:
temporary fix for putting zapscan in the correct directory, according to the GUI
Modified:
    trunk/tools/Makefile
Modified: trunk/tools/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/tools/Makefile?view=diff&rev=659&r1=658&r2=659
==============================================================================
--- trunk/tools/Makefile (original)
+++ trunk/tools/Makefile Sat Apr 14 14:56:03 2007
@@ -25,7 +25,9 @@
 ifeq ($(PBX_ZAPTEL),1)
 	mkdir -p $(ASTSBINDIR)
 	$(INSTALL) -m 755 zapscan.bin $(ASTSBINDIR)
+	$(INSTALL) -m 755 zapscan.bin /sbin
 	$(INSTALL) -m 755 zapscan $(ASTSBINDIR)
+	$(INSTALL) -m 755 zapscan /sbin	
 endif
 
 clean: 
    
    
More information about the asterisk-gui-commits
mailing list