summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-01-03 15:31:15 +0000
committerGerald Carter <jerry@samba.org>2003-01-03 15:31:15 +0000
commit6985578f5b7b83fc4896ae7316ce1a244e8f9a2d (patch)
tree15285b92121f4ac06eb69eebbe150de91eea4603 /source3/Makefile.in
parent057f67f89189a116216bd35622d1e30a5309ac06 (diff)
downloadsamba-6985578f5b7b83fc4896ae7316ce1a244e8f9a2d.tar.gz
samba-6985578f5b7b83fc4896ae7316ce1a244e8f9a2d.tar.bz2
samba-6985578f5b7b83fc4896ae7316ce1a244e8f9a2d.zip
make sure we create the PIDDIR and LOCKDIR from installdirs
(This used to be commit 1564ebfc9933ba892f6866ad8f3a1b4470a8fde9)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8f7e3735d1..9a7ebfdd2d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -889,7 +889,7 @@ install-everything: install installmodules
# is not used
installdirs:
- @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(VFSLIBDIR) $(DESTDIR)$(PDBLIBDIR)
+ @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(VFSLIBDIR) $(DESTDIR)$(PDBLIBDIR) $(DESTDIR)$(PIDDIR) $(DESTDIR)$(LOCKDIR)
installservers: all installdirs
@$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(SBIN_PROGS)