summaryrefslogtreecommitdiff
path: root/source4/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-21 12:02:33 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-21 13:35:56 +1000
commitb0a73fbf30ca73934be670c812acebc88255ba2b (patch)
tree5907d819dc6aba1d94f58fb5ba589c694f3fc06c /source4/wscript_build
parent1a68311d41665b7f3ca1209ca1edf1bb92673bc4 (diff)
downloadsamba-b0a73fbf30ca73934be670c812acebc88255ba2b.tar.gz
samba-b0a73fbf30ca73934be670c812acebc88255ba2b.tar.bz2
samba-b0a73fbf30ca73934be670c812acebc88255ba2b.zip
s4-waf: create the smbd.tmp/messaging directory
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>
Diffstat (limited to 'source4/wscript_build')
-rw-r--r--source4/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build
index ff83f93e78..00c3e73dc9 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -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")