mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
Fix typo. RUNDIR wasn't being defaulted.
This commit is contained in:
parent
2fb96905d2
commit
3707d106d6
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ endif
|
|||
ifndef LDAP_LIBEXECDIR
|
||||
LDAP_LIBEXECDIR= $(LDAP_INSTROOT)/libexec
|
||||
endif
|
||||
ifndef LDAP_ETCDIR
|
||||
ifndef LDAP_RUNDIR
|
||||
LDAP_RUNDIR= $(LDAP_ETCDIR)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue