bkruse: branch asterisknow r660 - in /branches/asterisknow: ./ tools/Makefile

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Sat Apr 14 12:57:55 MST 2007


Author: bkruse
Date: Sat Apr 14 14:57:54 2007
New Revision: 660

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=660
Log:
Merged revisions 659 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/trunk

........
r659 | bkruse | 2007-04-14 14:56:03 -0500 (Sat, 14 Apr 2007) | 1 line

temporary fix for putting zapscan in the correct directory, according to the GUI
........


Modified:
    branches/asterisknow/   (props changed)
    branches/asterisknow/tools/Makefile

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sat Apr 14 14:57:54 2007
@@ -1,1 +1,1 @@
-/trunk:1-449,489-540,542-557,559,561-577,580-586,588-648
+/trunk:1-449,489-540,542-557,559,561-577,580-586,588-648,659

Modified: branches/asterisknow/tools/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/tools/Makefile?view=diff&rev=660&r1=659&r2=660
==============================================================================
--- branches/asterisknow/tools/Makefile (original)
+++ branches/asterisknow/tools/Makefile Sat Apr 14 14:57:54 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