fix the ownership of the link /usr/X11R6/bin/X -> Xorg

This commit is contained in:
matthieu 2016-10-02 17:21:29 +00:00
parent 321b9b9f5f
commit 8587a95e4f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.63 2016/07/30 12:18:35 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.64 2016/10/02 17:21:29 matthieu Exp $
.include <bsd.xconf.mk>
@ -41,4 +41,7 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--disable-unit-tests \
${DRI_OPTION}
afterinstall:
chown -h ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/X
.include <bsd.xorg.mk>