diff --git a/Makefile b/Makefile index f2896ce..a0767b2 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ install: all link: all @mkdir -vp $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 - @ln -rsvf $(BIN) $(DESTDIR)$(BINDIR) - @ln -rsvf $(BIN).1 $(DESTDIR)$(MANDIR)/man1 + @ln -svf $(shell realpath $(BIN)) $(DESTDIR)$(BINDIR) + @ln -svf $(shell realpath $(BIN).1) $(DESTDIR)$(MANDIR)/man1 uninstall: @rm -vf \