mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 07:30:56 +00:00
correct permissions on installed manpage (10x Jarno)
This commit is contained in:
parent
dbea70d820
commit
8eeb361300
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ all:
|
||||
|
||||
install:
|
||||
install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||
install -Dm666 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
|
||||
install -Dm644 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
|
||||
@echo
|
||||
@echo "Tomb is installed succesfully. To install language translations, make sure"
|
||||
@echo "gettext is also installed, then 'cd extras/po' and 'make install' there."
|
||||
|
Loading…
Reference in New Issue
Block a user