Create PREFIX/var/lib and PREFIX/var/run in 'make install'.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jul 2008 04:53:31 +0000 (14:53 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Jul 2008 04:53:31 +0000 (14:53 +1000)
This is a problem because the location of the winbind privilaged pipe
moved.

Andrew Bartlett

source/Makefile

index 93c6f4575df73d49e3a3460133e182bbf7cc4ea1..fba06ccfa9f9937a82ccaed292523c617bd602a1 100644 (file)
@@ -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 \