bkruse: branch 1.4 r1540 - /branches/1.4/tools/Makefile
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Fri Sep  7 15:12:47 CDT 2007
    
    
  
Author: bkruse
Date: Fri Sep  7 15:12:47 2007
New Revision: 1540
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1540
Log:
Now that we are installing into directories other
than /sbin, we need to make sure that we delete
the old binaries that could be in /sbin
Modified:
    branches/1.4/tools/Makefile
Modified: branches/1.4/tools/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/tools/Makefile?view=diff&rev=1540&r1=1539&r2=1540
==============================================================================
--- branches/1.4/tools/Makefile (original)
+++ branches/1.4/tools/Makefile Fri Sep  7 15:12:47 2007
@@ -42,5 +42,8 @@
 	rm -f zapscan.o
 	rm -f zapscan.bin
 	rm -f ztscan
+	rm -f /sbin/zapscan.bin
+	rm -f /sbin/zapscan
+	rm -f /sbin/ztscan
 
 .PHONY: all install clean
    
    
More information about the asterisk-gui-commits
mailing list