[svn-commits] dlee: branch 11 r372864 - in /branches/11: ./ Makefile

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


Author: dlee
Date: Tue Sep 11 12:16:01 2012
New Revision: 372864

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

(closes issue ASTERISK-20406)
........

Merged revisions 372863 from http://svn.asterisk.org/svn/asterisk/branches/10

Modified:
    branches/11/   (props changed)
    branches/11/Makefile

Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.

Modified: branches/11/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/11/Makefile?view=diff&rev=372864&r1=372863&r2=372864
==============================================================================
--- branches/11/Makefile (original)
+++ branches/11/Makefile Tue Sep 11 12:16:01 2012
@@ -690,6 +690,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