[svn-commits] rmudgett: branch 1.8 r339406 - /branches/1.8/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 4 17:55:04 CDT 2011


Author: rmudgett
Date: Tue Oct  4 17:54:15 2011
New Revision: 339406

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339406
Log:
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/1.8/Makefile

Modified: branches/1.8/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/Makefile?view=diff&rev=339406&r1=339405&r2=339406
==============================================================================
--- branches/1.8/Makefile (original)
+++ branches/1.8/Makefile Tue Oct  4 17:54:15 2011
@@ -542,6 +542,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 svn-commits mailing list