pari: trunk r186 - /trunk/tools/Makefile

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed Dec 20 15:45:01 MST 2006


Author: pari
Date: Wed Dec 20 16:45:00 2006
New Revision: 186

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=186
Log:
copy the zapscan script to sbin

Modified:
    trunk/tools/Makefile

Modified: trunk/tools/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/tools/Makefile?view=diff&rev=186&r1=185&r2=186
==============================================================================
--- trunk/tools/Makefile (original)
+++ trunk/tools/Makefile Wed Dec 20 16:45:00 2006
@@ -25,6 +25,7 @@
 ifeq ($(PBX_ZAPTEL),1)
 	mkdir -p $(ASTSBINDIR)
 	$(INSTALL) -m 755 zapscan.bin $(ASTSBINDIR)
+	$(INSTALL) -m 755 zapscan $(ASTSBINDIR)
 endif
 
 clean: 



More information about the asterisk-gui-commits mailing list