tcorrect permissions on installed manpage (10x Jarno) - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 8eeb3613005d7fce4a17d4cb7fa2d98ca753c6d6 DIR parent dbea70d82044b92fc82c19156d649c77e14a60b2 HTML Author: Jaromil <jaromil@dyne.org> Date: Sun, 25 Oct 2015 22:28:23 +0100 correct permissions on installed manpage (10x Jarno) Diffstat: M Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/Makefile b/Makefile t@@ -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."