mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Fix typo in last commit.
This commit is contained in:
parent
afba0527a5
commit
973f936ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ install-common:
|
||||||
if test -f "$(srcdir)/$$page.links" ; then \
|
if test -f "$(srcdir)/$$page.links" ; then \
|
||||||
for link in `$(CAT) $(srcdir)/$$page.links`; do \
|
for link in `$(CAT) $(srcdir)/$$page.links`; do \
|
||||||
echo "installing $(MANDIR)/$$link as link to $$page"; \
|
echo "installing $(MANDIR)/$$link as link to $$page"; \
|
||||||
$(RM) $(MANDIR)$$link ; \
|
$(RM) $(MANDIR)/$$link ; \
|
||||||
$(LN_S) $$page $(MANDIR)/$$link; \
|
$(LN_S) $$page $(MANDIR)/$$link; \
|
||||||
done; \
|
done; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue