Skip to content

Commit

Permalink
FIX: manpage Makefile path
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 18, 2019
1 parent 7583c5a commit dd7e05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

realinstall:
cp ${DAEMON_NAME}.8 ${MANDIR}${DAEMON_NAME}.8
makewhatis ${LOCALBASE}/usr/share/man
makewhatis ${LOCALBASE}${MANDIR}

clean:
rm ${MANDIR}${DAEMON_NAME}.8
Expand Down

0 comments on commit dd7e05b

Please sign in to comment.