diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-28 03:54:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:08 -0500 |
commit | ea9ea0384899c02b27807f4f27b19e0c9ac13e5f (patch) | |
tree | 5a8dcaf4b78423010a3643549f9830f09a82784c /source4/build/smb_build | |
parent | c22d20edb4ee9c57f4bdd304034c18ace8e8e99e (diff) | |
download | samba-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.pm | 2 |
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) |