[svn-commits] seanbright: branch 1.6.0 r198001 - in /branches/1.6.0: ./ Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri May 29 13:16:53 CDT 2009


Author: seanbright
Date: Fri May 29 13:16:49 2009
New Revision: 198001

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

................
  r198000 | seanbright | 2009-05-29 14:15:15 -0400 (Fri, 29 May 2009) | 15 lines
  
  Merged revisions 197998 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r197998 | seanbright | 2009-05-29 14:14:12 -0400 (Fri, 29 May 2009) | 8 lines
    
    Fix 'make config' target for Slackware.
    
    There was a missing semi-colon after the echo statement in the Makefile that was
    causing problems for some users.  Fix suggested by reporter.
    
    (closes issue #15225)
    Reported by: pdavis
  ........
................

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/Makefile

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/Makefile
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.0/Makefile?view=diff&rev=198001&r1=198000&r2=198001
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Fri May 29 13:16:49 2009
@@ -773,7 +773,7 @@
 			$(INSTALL) -m 755 contrib/init.d/rc.suse.asterisk $(DESTDIR)/etc/init.d/asterisk; \
 			if [ -z "$(DESTDIR)" ]; then /sbin/chkconfig --add asterisk; fi; \
 		elif [ -f /etc/slackware-version ]; then \
-			echo "Slackware is not currently supported, although an init script does exist for it." \
+			echo "Slackware is not currently supported, although an init script does exist for it."; \
 		else \
 			echo "We could not install init scripts for your distribution."; \
 		fi \




More information about the svn-commits mailing list