From: Terry Wilson Date: Thu, 16 Jun 2011 15:58:22 +0000 (+0000) Subject: Don't assume ASTDBDIR exists X-Git-Tag: 1.8.5-rc1~11^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bec4a072d8cda11c4f254837cb060121e862283c;p=thirdparty%2Fasterisk.git Don't assume ASTDBDIR exists It most likely doesn't on FreeBSD git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@323932 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 8147721004..9fee917802 100644 --- a/Makefile +++ b/Makefile @@ -543,6 +543,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)/