create openldap-data, not openldap-ldbm

This commit is contained in:
Kurt Zeilenga 2002-02-02 06:23:35 +00:00
parent d4a940d55e
commit 29a5c97265

View File

@ -370,7 +370,7 @@ install-schema: FORCE
install-conf: FORCE install-conf: FORCE
@-$(MKDIR) $(DESTDIR)$(sysconfdir) @-$(MKDIR) $(DESTDIR)$(sysconfdir)
@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-ldbm @-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
$(INSTALL) $(INSTALLFLAGS) -m 600 slapd.conf.tmp $(DESTDIR)$(sysconfdir)/slapd.conf.default $(INSTALL) $(INSTALLFLAGS) -m 600 slapd.conf.tmp $(DESTDIR)$(sysconfdir)/slapd.conf.default
if test ! -f $(DESTDIR)$(sysconfdir)/slapd.conf; then \ if test ! -f $(DESTDIR)$(sysconfdir)/slapd.conf; then \
echo "installing slapd.conf in $(sysconfdir)"; \ echo "installing slapd.conf in $(sysconfdir)"; \