summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-28 03:54:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:08 -0500
commitea9ea0384899c02b27807f4f27b19e0c9ac13e5f (patch)
tree5a8dcaf4b78423010a3643549f9830f09a82784c /source4/build/smb_build
parentc22d20edb4ee9c57f4bdd304034c18ace8e8e99e (diff)
downloadsamba-ea9ea0384899c02b27807f4f27b19e0c9ac13e5f.tar.gz
samba-ea9ea0384899c02b27807f4f27b19e0c9ac13e5f.tar.bz2
samba-ea9ea0384899c02b27807f4f27b19e0c9ac13e5f.zip
r7049: auto-create the private/tls/ directory on install
(This used to be commit a4a5eea7b741a78b45d19d7021805f674f48f44a)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index ab64eff99c..593fc5d65d 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -669,7 +669,7 @@ install: showlayout installbin installtorture installldb installreg installdat i
# is not used
installdirs:
- @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(PIDDIR) $(DESTDIR)$(LOCKDIR)
+ @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(PIDDIR) $(DESTDIR)$(LOCKDIR) $(DESTDIR)$(PRIVATEDIR)/tls
installbin: all installdirs
@$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(SBIN_PROGS)