[asterisk-commits] rmudgett: branch 10 r339407 - in /branches/10: ./ Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 4 17:56:29 CDT 2011


Author: rmudgett
Date: Tue Oct  4 17:56:25 2011
New Revision: 339407

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339407
Log:
Merged revisions 339406 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r339406 | rmudgett | 2011-10-04 17:54:15 -0500 (Tue, 04 Oct 2011) | 8 lines
  
  Make always create the MOH directory (/var/lib/asterisk/moh).
  
  (closes issue ASTERISK-18409)
  Reported by: abelbeck
  Patches:
        asterisk-1.8-makefile-moh.patch (license #5903) patch uploaded by abelbeck
  Tested by: abelbeck, Michael Keuter
........

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

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

Modified: branches/10/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/10/Makefile?view=diff&rev=339407&r1=339406&r2=339407
==============================================================================
--- branches/10/Makefile (original)
+++ branches/10/Makefile Tue Oct  4 17:56:25 2011
@@ -556,6 +556,7 @@
 	$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/phoneprov"
 	$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/static-http"
 	$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/sounds"
+	$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/moh"
 	$(INSTALL) -d "$(DESTDIR)$(ASTMANDIR)/man8"
 	$(INSTALL) -d "$(DESTDIR)$(AGI_DIR)"
 	$(INSTALL) -d "$(DESTDIR)$(ASTDBDIR)"




More information about the asterisk-commits mailing list