[svn-commits] dlee: branch 10 r372863 - /branches/10/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Sep 11 12:14:09 CDT 2012


Author: dlee
Date: Tue Sep 11 12:14:06 2012
New Revision: 372863

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372863
Log:
Corrects the astsbindir setting when installing the sample asterisk.conf.

(closes issue ASTERISK-20406)

Modified:
    branches/10/Makefile

Modified: branches/10/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/10/Makefile?view=diff&rev=372863&r1=372862&r2=372863
==============================================================================
--- branches/10/Makefile (original)
+++ branches/10/Makefile Tue Sep 11 12:14:06 2012
@@ -628,6 +628,7 @@
 			-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" ; \




More information about the svn-commits mailing list