git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c22d20e
)
r7049: auto-create the private/tls/ directory on install
author
Andrew Tridgell
<tridge@samba.org>
Sat, 28 May 2005 03:54:24 +0000
(
03:54
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:17:08 +0000
(13:17 -0500)
(This used to be commit
a4a5eea7b741a78b45d19d7021805f674f48f44a
)
source4/build/smb_build/makefile.pm
patch
|
blob
|
history
diff --git
a/source4/build/smb_build/makefile.pm
b/source4/build/smb_build/makefile.pm
index ab64eff99cd9bff544c5889ea692e0c36119c4a7..593fc5d65df2e6f4610bcce66d279f91915b004f 100644
(file)
--- 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:
# 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)
installbin: all installdirs
@$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(SBIN_PROGS)