mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
Fix last commit... needs $srcdir
This commit is contained in:
parent
0b3f8c2303
commit
c5601aad66
1 changed files with 2 additions and 2 deletions
|
|
@ -419,9 +419,9 @@ install-conf: FORCE
|
|||
install-db-config: FORCE
|
||||
@-$(MKDIR) $(DESTDIR)$(localstatedir) $(DESTDIR)$(sysconfdir)
|
||||
@-$(INSTALL) -m 700 -d $(DESTDIR)$(localstatedir)/openldap-data
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 600 DB_CONFIG \
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 600 $(srcdir)/DB_CONFIG \
|
||||
$(DESTDIR)$(localstatedir)/openldap-data/DB_CONFIG.example
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 600 DB_CONFIG \
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 600 $(srcdir)/DB_CONFIG \
|
||||
$(DESTDIR)$(sysconfdir)/DB_CONFIG.example
|
||||
|
||||
install-tools: FORCE
|
||||
|
|
|
|||
Loading…
Reference in a new issue