Skip to content
Snippets Groups Projects
Commit b55346e3 authored by Mark Valence's avatar Mark Valence
Browse files

Fix make install when build dir is not main ldap dir.

parent d6ee9542
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ all-cffiles: slapd
$(SED) -e 's;%SYSCONFDIR%;$(sysconfdir);' \
-e 's;%LOCALSTATEDIR%;$(localstatedir);' \
-e 's;%MODULEDIR%;$(moduledir);' \
slapd.conf > slapd.conf.tmp ; \
$(srcdir)/slapd.conf > slapd.conf.tmp ; \
touch all-cffiles
install-schema: FORCE
......
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