]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Corrects the astsbindir setting when installing the sample asterisk.conf.
authorDavid M. Lee <dlee@digium.com>
Tue, 11 Sep 2012 17:14:06 +0000 (17:14 +0000)
committerDavid M. Lee <dlee@digium.com>
Tue, 11 Sep 2012 17:14:06 +0000 (17:14 +0000)
(closes issue ASTERISK-20406)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@372863 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index f302ce68802fe57228cf96a1f094346191486041..1386f2c47d7b2a70ad4678445996c13828c317b7 100644 (file)
--- 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" ; \