[asterisk-commits] twilson: trunk r323933 - in /trunk: ./ Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 16 10:59:23 CDT 2011


Author: twilson
Date: Thu Jun 16 10:59:17 2011
New Revision: 323933

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=323933
Log:
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
........

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=323933&r1=323932&r2=323933
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jun 16 10:59:17 2011
@@ -557,6 +557,7 @@
 	$(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)/




More information about the asterisk-commits mailing list