Set permissions of mandoc.db and xetcsum explicitly, so they don't
depend on the umask. push forward deraadt; no objections matthieu
This commit is contained in:
parent
750df2fcc6
commit
07352edf5d
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.75 2016/10/14 10:14:00 natano Exp $
|
||||
# $OpenBSD: Makefile,v 1.76 2016/11/19 08:56:27 tb Exp $
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@ -57,11 +57,13 @@ afterinstall afterbuild:
|
||||
exec ${MAKE} fix-appd
|
||||
/usr/sbin/makewhatis -Qv ${DESTDIR}/usr/X11R6/man
|
||||
chown root:wheel ${DESTDIR}/usr/X11R6/man/mandoc.db
|
||||
chmod 644 ${DESTDIR}/usr/X11R6/man/mandoc.db
|
||||
touch ${DESTDIR}/var/sysmerge/xetcsum
|
||||
cd ${DESTDIR}/ && \
|
||||
sort ${.CURDIR}/distrib/sets/lists/xetc/{mi,md.${MACHINE}} | \
|
||||
xargs sha256 -h ${DESTDIR}/var/sysmerge/xetcsum || true
|
||||
chown root:wheel ${DESTDIR}/var/sysmerge/xetcsum
|
||||
chmod 644 ${DESTDIR}/var/sysmerge/xetcsum
|
||||
cd distrib/sets && exec ${MAKE}
|
||||
|
||||
install-mk:
|
||||
|
Loading…
Reference in New Issue
Block a user