s4-waf: create the smbd.tmp/messaging directory
authorAndrew Tridgell <tridge@samba.org>
Wed, 21 Apr 2010 02:02:33 +0000 (12:02 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 21 Apr 2010 03:35:56 +0000 (13:35 +1000)
this prevents a warning when we run net vampire from the install dir
when samba has never been run previously

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/wscript_build

index ff83f93e785846016d5e1aafbfc2bfddfd1f224e..00c3e73dc984a7319af2efb29c3f9b739d1d6dcb 100644 (file)
@@ -118,4 +118,4 @@ bld.RECURSE('../pidl')
 bld.RECURSE('../lib')
 
 # install some extra empty directories
-bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib")
+bld.INSTALL_DIRS("", "${LOCKDIR} ${SYSCONFDIR} ${LOCKDIR} ${PIDDIR} ${LOCALSTATEDIR}/lib ${PRIVATEDIR}/smbd.tmp/messaging")