mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fix typo in last commit.
This commit is contained in:
parent
afba0527a5
commit
973f936ce7
@ -35,7 +35,7 @@ install-common:
|
||||
if test -f "$(srcdir)/$$page.links" ; then \
|
||||
for link in `$(CAT) $(srcdir)/$$page.links`; do \
|
||||
echo "installing $(MANDIR)/$$link as link to $$page"; \
|
||||
$(RM) $(MANDIR)$$link ; \
|
||||
$(RM) $(MANDIR)/$$link ; \
|
||||
$(LN_S) $$page $(MANDIR)/$$link; \
|
||||
done; \
|
||||
fi; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user