From 42c66f8ea5e7566664de03a5a696887d23ce5b8d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 2 Oct 2016 09:16:23 +0000 Subject: Explicitly set owners of the xorg.db locate(1) database and of the xetc.tgz set for sysmerge. Needed for noperm release. ok matthieu --- distrib/sets/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'distrib/sets/Makefile') diff --git a/distrib/sets/Makefile b/distrib/sets/Makefile index 3ffba8ef5..e3fcc5bd7 100644 --- a/distrib/sets/Makefile +++ b/distrib/sets/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2015/08/24 10:41:21 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2016/10/02 09:16:22 tb Exp $ DB = /usr/X11R6/lib/locate/xorg.db XETC = ${DESTDIR}/var/sysmerge/xetc.tgz @@ -7,8 +7,12 @@ all: tarxetc makedb makedb: MACHINE=${MACHINE} /bin/sh ${.CURDIR}/makelocatedb ${OSrev} >${DESTDIR}${DB} + chown ${BINOWN}:${BINGRP} ${DESTDIR}${DB} tarxetc: MACHINE=${MACHINE} /bin/sh ${.CURDIR}/makexetc + chown root:wheel ${XETC} .PHONY: makedb tarxetc + +.include -- cgit v1.2.3