From: Richard Mudgett Date: Tue, 4 Oct 2011 22:54:15 +0000 (+0000) Subject: Make always create the MOH directory (/var/lib/asterisk/moh). X-Git-Tag: 1.8.8.0-rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a89893175338fc0d9f6e17cfefb604a58077a78;p=thirdparty%2Fasterisk.git 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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@339406 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index a5f8b71d0c..4320d65da3 100644 --- a/Makefile +++ b/Makefile @@ -542,6 +542,7 @@ installdirs: $(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)"