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

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Sep 7 15:13:29 CDT 2007


Author: bkruse
Date: Fri Sep  7 15:13:29 2007
New Revision: 1542

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1542
Log:
Merged revisions 1540 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1540 | bkruse | 2007-09-07 15:12:47 -0500 (Fri, 07 Sep 2007) | 4 lines

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/asterisknow/   (props changed)
    branches/asterisknow/tools/Makefile

Propchange: branches/asterisknow/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Sep  7 15:13:29 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1296,1316,1326,1332,1336-1338,1342,1346,1356,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1465,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516,1520,1530,1534
+/branches/1.4:1-1296,1316,1326,1332,1336-1338,1342,1346,1356,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442,1455,1465,1475,1478,1481,1488,1491,1494,1497,1500,1504,1507,1510,1513,1516,1520,1530,1534,1540

Modified: branches/asterisknow/tools/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/tools/Makefile?view=diff&rev=1542&r1=1541&r2=1542
==============================================================================
--- branches/asterisknow/tools/Makefile (original)
+++ branches/asterisknow/tools/Makefile Fri Sep  7 15:13:29 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