]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix syntax from commit r426927
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 31 Oct 2014 16:40:55 +0000 (16:40 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 31 Oct 2014 16:40:55 +0000 (16:40 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@426931 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 527bf18b4a15bf98d68f73e02848020f110bbe83..b39e1d7d630c5fd9e66fe769e0162cdafe6cbf19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -747,7 +747,7 @@ install-logrotate:
        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" ; \