aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-07 01:49:08 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-09-07 01:49:08 +0000
commitda02e2feba82d2c1542fcae67b4f8f6075e15643 (patch)
tree0a08f7890cf23656b8ff25b199988a08191364e6 /Makefile
parent8ddfefeda3e8ad8b8c5ce265ba8de5a920ff530a (diff)
Merge anthm's "-t" flag (with minor mods) (bug #2380)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3735 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 180778cdd..295bfeced 100755
--- a/Makefile
+++ b/Makefile
@@ -371,6 +371,7 @@ bininstall: all
mkdir -p $(DESTDIR)$(ASTSBINDIR)
mkdir -p $(DESTDIR)$(ASTVARRUNDIR)
mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/voicemail
+ mkdir -p $(DESTDIR)$(ASTSPOOLDIR)/tmp
install -m 755 asterisk $(DESTDIR)$(ASTSBINDIR)/
install -m 755 contrib/scripts/astgenkey $(DESTDIR)$(ASTSBINDIR)/
if [ ! -f $(DESTDIR)$(ASTSBINDIR)/safe_asterisk ]; then \