Skip to content

Commit

Permalink
Create dir PREFIX/man/man1 before installing man page
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Blach committed Jul 7, 2013
1 parent 751477e commit 4ff31f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ ${MAN}.gz:
gzip -f -9 ${MAN}

install: all
install -d ${PREFIX}/bin
install -m 0755 -o 0 -g 0 -d ${PREFIX}/bin
install -m 6755 -o 0 -g 0 -s ${BIN} ${PREFIX}/bin
install -m 0755 -o 0 -g 0 -d ${PREFIX}/man/man1
install -m 0644 -o 0 -g 0 ${MAN}.gz ${PREFIX}/man/man1

clean:
Expand Down

0 comments on commit 4ff31f0

Please sign in to comment.