From: David M. Lee Date: Tue, 11 Sep 2012 17:14:06 +0000 (+0000) Subject: Corrects the astsbindir setting when installing the sample asterisk.conf. X-Git-Tag: 10.9.0-rc1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265ac96d5886167a2480f1dbf12391acb0194d46;p=thirdparty%2Fasterisk.git Corrects the astsbindir setting when installing the sample asterisk.conf. (closes issue ASTERISK-20406) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@372863 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index f302ce6880..1386f2c47d 100644 --- a/Makefile +++ b/Makefile @@ -628,6 +628,7 @@ samples: adsi -e 's|^astspooldir.*$$|astspooldir => $(ASTSPOOLDIR)|' \ -e 's|^astrundir.*$$|astrundir => $(ASTVARRUNDIR)|' \ -e 's|^astlogdir.*$$|astlogdir => $(ASTLOGDIR)|' \ + -e 's|^astsbindir.*$$|astsbindir => $(ASTSBINDIR)|' \ "$(DESTDIR)$(ASTCONFPATH)" > "$(DESTDIR)$(ASTCONFPATH).tmp" ; \ $(INSTALL) -m 644 "$(DESTDIR)$(ASTCONFPATH).tmp" "$(DESTDIR)$(ASTCONFPATH)" ; \ rm -f "$(DESTDIR)$(ASTCONFPATH).tmp" ; \