mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fixed a small typo...
This commit is contained in:
parent
3e3f0b8871
commit
3a5a86d44c
1 changed files with 5 additions and 5 deletions
|
|
@ -117,11 +117,11 @@ install-conf: FORCE
|
|||
@-$(MKDIR) $(sysconfdir)
|
||||
@for i in $(CFFILES); do \
|
||||
tmpcf=/tmp/$$i.$$ ; \
|
||||
if test $$i = slapd.conf ; then
|
||||
mode=600
|
||||
else
|
||||
mode=644
|
||||
fi
|
||||
if test $$i = slapd.conf ; then \
|
||||
mode=600 ; \
|
||||
else \
|
||||
mode=644 ; \
|
||||
fi ; \
|
||||
$(SED) -e 's;%SYSCONFDIR%;$(sysconfdir);' $(srcdir)/$$i > $$tmpcf ; \
|
||||
if test ! -f $(sysconfdir)/$$i; then \
|
||||
echo "installing $$i in $(sysconfdir)"; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue