Skip to content

Commit

Permalink
fixing location of man page
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckertm committed Aug 27, 2023
1 parent 45ba48f commit ca07016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hintview/Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MANDIR=/usr/local/man
install: hintview
strip hintview
install -t $(BINDIR) --mode=755 hintview
install -t $(MANDIR)/man1 --mode=644 ../man/hintview.1
install -t $(MANDIR)/man1 --mode=644 hintview.1

.PHONY: clean
clean:
Expand Down

0 comments on commit ca07016

Please sign in to comment.