mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-18 13:59:11 +02:00
fix Makefile to use MANMODE to install man pages
This commit is contained in:
parent
999e6551b5
commit
70f74657c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ install: espeakup
|
|||
${INSTALL} -d ${DESTDIR}${BINDIR}
|
||||
${INSTALL} -m ${BINMODE} $< ${DESTDIR}${BINDIR}
|
||||
${INSTALL} -d ${DESTDIR}${MANDIR}/man8
|
||||
${INSTALL} -m 644 espeakup.8 ${DESTDIR}${MANDIR}/man8
|
||||
${INSTALL} -m ${MANMODE} espeakup.8 ${DESTDIR}${MANDIR}/man8
|
||||
|
||||
espeakup: ${OBJS}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue