[svn-commits] tzafrir: branch 1.8 r426929 - /branches/1.8/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 31 11:37:57 CDT 2014


Author: tzafrir
Date: Fri Oct 31 11:37:55 2014
New Revision: 426929

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=426929
Log:
Fix syntax from r426926

Modified:
    branches/1.8/Makefile

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=426929&r1=426928&r2=426929
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Fri Oct 31 11:37:55 2014
@@ -685,7 +685,7 @@
 	rm -f contrib/scripts/asterisk.logrotate.tmp
 
 config:
-	@if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "kfreebsd-gnu"]; then \
+	@if [ "${OSARCH}" = "linux-gnu" -o "${OSARCH}" = "kfreebsd-gnu" ]; then \
 		if [ -f /etc/redhat-release -o -f /etc/fedora-release ]; then \
 			cat contrib/init.d/rc.redhat.asterisk | sed 's|__ASTERISK_ETC_DIR__|$(ASTETCDIR)|;s|__ASTERISK_SBIN_DIR__|$(ASTSBINDIR)|;s|__ASTERISK_VARRUN_DIR__|$(ASTVARRUNDIR)|;' > contrib/init.d/rc.asterisk.tmp ; \
 			$(INSTALL) -m 755 contrib/init.d/rc.asterisk.tmp "$(DESTDIR)/etc/rc.d/init.d/asterisk" ; \




More information about the svn-commits mailing list