Skip to content
Snippets Groups Projects
Commit 3707d106 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo. RUNDIR wasn't being defaulted.

parent 2fb96905
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment