Skip to content

Commit

Permalink
install man page to the correct filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Smith committed Mar 15, 2016
1 parent 3215b7a commit 541ad4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -5,5 +5,5 @@ all: install

install:
install -D -m 0755 $(PROJECT).sh $(DESTDIR)$(PREFIX)/bin/$(PROJECT)
install -D -o0 -g0 -m0644 $(PROJECT).man /usr/local/man/man7/$(PROJECT).7.man
gzip -f /usr/local/man/man7/$(PROJECT).7.man
install -D -o0 -g0 -m0644 $(PROJECT).man /usr/local/man/man7/$(PROJECT).7
gzip -f /usr/local/man/man7/$(PROJECT).7

0 comments on commit 541ad4b

Please sign in to comment.