diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-03 15:31:15 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-03 15:31:15 +0000 |
commit | 6985578f5b7b83fc4896ae7316ce1a244e8f9a2d (patch) | |
tree | 15285b92121f4ac06eb69eebbe150de91eea4603 | |
parent | 057f67f89189a116216bd35622d1e30a5309ac06 (diff) | |
download | samba-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)
-rw-r--r-- | source3/Makefile.in | 2 |
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) |