Skip to content
Snippets Groups Projects
Commit 3a5a86d4 authored by Bart Hartgers's avatar Bart Hartgers
Browse files

Fixed a small typo...
parent 3e3f0b88
No related branches found
No related tags found
No related merge requests found
......@@ -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)"; \
......
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