mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
ITS#7832 - Fix sysconfdir setting having prefix twice
This commit is contained in:
parent
0ae71bafcf
commit
d73ce9b3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ moduledir = $(libexecdir)$(ldap_subdir)
|
||||||
mandir = $(exec_prefix)/share/man
|
mandir = $(exec_prefix)/share/man
|
||||||
man5dir = $(mandir)/man5
|
man5dir = $(mandir)/man5
|
||||||
etcdir = $(exec_prefix)/etc
|
etcdir = $(exec_prefix)/etc
|
||||||
sysconfdir = $(prefix)/$(etcdir)$(ldap_subdir)
|
sysconfdir = $(etcdir)$(ldap_subdir)
|
||||||
|
|
||||||
TEST=ppm_test
|
TEST=ppm_test
|
||||||
EXAMPLE=ppm.example
|
EXAMPLE=ppm.example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue