From b3e8d3ad99141f6c1aaf7c314284bb33ca9cf2bf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jul 2008 14:53:31 +1000 Subject: Create PREFIX/var/lib and PREFIX/var/run in 'make install'. This is a problem because the location of the winbind privilaged pipe moved. Andrew Bartlett (This used to be commit 68afc2893c032be0a8a31d996f90574ceb6c10ad) --- source4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source4/Makefile b/source4/Makefile index 93c6f4575d..fba06ccfa9 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -199,6 +199,8 @@ installdirs:: $(DESTDIR)$(modulesdir) \ $(DESTDIR)$(mandir) \ $(DESTDIR)$(localstatedir) \ + $(DESTDIR)$(localstatedir)/lib \ + $(DESTDIR)$(localstatedir)/run \ $(DESTDIR)$(privatedir) \ $(DESTDIR)$(datadir) \ $(DESTDIR)$(piddir) \ @@ -207,7 +209,7 @@ installdirs:: $(DESTDIR)$(privatedir)/tls \ $(DESTDIR)$(includedir) \ $(DESTDIR)$(PKGCONFIGDIR) \ - $(DESTDIR)$(sysconfdir) \ + $(DESTDIR)$(sysconfdir) installbin:: $(SBIN_PROGS) $(BIN_PROGS) $(TORTURE_PROGS) installdirs @$(SHELL) $(srcdir)/script/installtorture.sh \ -- cgit