]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
create the monitor spool dir
authorRussell Bryant <russell@russellbryant.com>
Mon, 21 Nov 2005 01:53:44 +0000 (01:53 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 21 Nov 2005 01:53:44 +0000 (01:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7161 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ChangeLog
Makefile

index b94f5a1f9526b481c3406838d52fcbbe6c4c8744..2b06bb80d0559f35e86d8ebf943ff73b8bdc7558 100755 (executable)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-20  Russell Bryant <russell@digium.com>
 
+       * Makefile: Create the monitor spool directory when the other spool directories are created.
+
        * pbx.c.c: Remove some useless checks and unnecessary calls to ast_strlen_zero(). (issue #5805)
 
        * cli.c: Remove some unnecessary calls to ast_strlen_zero(). (issue #5804)
index a2ce5c4bdab9d0d62bcd5a15dcc0604c55971aa2..815644f812fc5e6178cc450d78dd7fb8ff975203 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -636,6 +636,7 @@ bininstall: all
        mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/system
        mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
        mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/meetme
+       mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/monitor
        if [ -f asterisk ]; then $(INSTALL) -m 755 asterisk $(DESTDIR)$(ASTSBINDIR)/; fi
        if [ -f cygwin/asterisk.exe ]; then $(INSTALL) -m 755 cygwin/asterisk.exe $(DESTDIR)$(ASTSBINDIR)/; fi
        if [ -f asterisk.dll ]; then $(INSTALL) -m 755 asterisk.dll $(DESTDIR)$(ASTSBINDIR)/; fi