summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2011-06-16 15:59:17 +0000
committerTerry Wilson <twilson@digium.com>2011-06-16 15:59:17 +0000
commite2ee02daaa431bce1169f46ec4f2a65056e3180f (patch)
tree773fa53f01aed9eb47edecf32f2acffc194a028d /Makefile
parent9ef6b131d07bd963c60de411b8b90a444d7ec175 (diff)
Merged revisions 323932 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r323932 | twilson | 2011-06-16 10:58:22 -0500 (Thu, 16 Jun 2011) | 4 lines Don't assume ASTDBDIR exists It most likely doesn't on FreeBSD ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@323933 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b0d016709..0615d60c8 100644
--- a/Makefile
+++ b/Makefile
@@ -557,6 +557,7 @@ installdirs:
$(INSTALL) -d "$(DESTDIR)$(ASTDATADIR)/static-http"
$(INSTALL) -d "$(DESTDIR)$(ASTMANDIR)/man8"
$(INSTALL) -d "$(DESTDIR)$(AGI_DIR)"
+ $(INSTALL) -d "$(DESTDIR)$(ASTDBDIR)"
bininstall: _all installdirs $(SUBDIRS_INSTALL)
$(INSTALL) -m 755 main/asterisk $(DESTDIR)$(ASTSBINDIR)/