summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-11-16 21:40:22 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-11-16 21:40:22 +0000
commit079f64b9e296530e4fb845dc19c684edd2a1365b (patch)
treee3bf6f31f0ff38d2156a7200e2388912e50e8b32 /gnu
parent1b6a0fa8aedde0f160cd8de3ced53b356e9c5efc (diff)
Set permissions of /usr/share/info/dir explicitly, so they don't depend on
the umask. ok millert
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
index 1d81db46805..358879f563c 100644
--- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.44 2016/10/03 21:24:40 natano Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2016/11/16 21:40:21 tb Exp $
INFODIR= infodir=/usr/share/info
INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:.
@@ -60,6 +60,7 @@ install: maninstall
sh ${.CURDIR}/util/gen-dir-node ${DESTDIR}/usr/share/info > \
${DESTDIR}/usr/share/info/dir
chown ${MANOWN}:${MANGRP} ${DESTDIR}/usr/share/info/dir
+ chmod ${MANMODE} ${DESTDIR}/usr/share/info/dir
clean cleandir:
rm -f ${CLEANFILES}