ignore chown error (for systems which don't install a Xserver)
This commit is contained in:
parent
a7e1d9acfc
commit
13cbbbd6c0
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.64 2016/10/02 17:21:29 matthieu Exp $
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.65 2016/10/04 19:48:48 deraadt Exp $
|
||||||
|
|
||||||
.include <bsd.xconf.mk>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
@ -42,6 +42,6 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|||||||
${DRI_OPTION}
|
${DRI_OPTION}
|
||||||
|
|
||||||
afterinstall:
|
afterinstall:
|
||||||
chown -h ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/X
|
-chown -h ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/X
|
||||||
|
|
||||||
.include <bsd.xorg.mk>
|
.include <bsd.xorg.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user