mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 11:19:04 +00:00
fix the ownership of the link /usr/X11R6/bin/X -> Xorg
This commit is contained in:
@@ -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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
@@ -41,4 +41,7 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|||||||
--disable-unit-tests \
|
--disable-unit-tests \
|
||||||
${DRI_OPTION}
|
${DRI_OPTION}
|
||||||
|
|
||||||
|
afterinstall:
|
||||||
|
chown -h ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/X
|
||||||
|
|
||||||
.include <bsd.xorg.mk>
|
.include <bsd.xorg.mk>
|
||||||
|
|||||||
Reference in New Issue
Block a user