Skip to content
Snippets Groups Projects
Commit 7c5105fc authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#3904: fix installed man page symlinks

parent 97565597
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ install-common:
for link in `$(CAT) $(srcdir)/$$page.links`; do \
echo "installing $(MANDIR)/$$link as link to $$page"; \
$(RM) $(DESTDIR)$(MANDIR)/$$link ; \
$(LN_S) $$page $(DESTDIR)$(MANDIR)/$$link; \
$(LN_S) $(DESTDIR)$(MANDIR)/$$page $(DESTDIR)$(MANDIR)/$$link; \
done; \
fi; \
done
......
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