mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix make install when build dir is not main ldap dir.
This commit is contained in:
parent
d6ee9542ec
commit
b55346e3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue