mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
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 commit is contained in:
parent
bb6e0ee953
commit
68afc2893c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user