mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
Don't use INSTALL_DATA here, it's not defined for initial bootstrap
(then /usr/X11R6/share/mk isn't installed). Noticed by naddy@. Thanks.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/05/08 14:15:29 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/05/08 21:09:51 matthieu Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@@ -7,6 +7,7 @@ FILES= automake.dep bsd.xconf.mk bsd.xorg.mk
|
||||
all:
|
||||
|
||||
install::
|
||||
${INSTALL_DATA} ${FILES} ${DESTDIR}${X11BASE}/share/mk
|
||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
${DESTDIR}${X11BASE}/share/mk
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
|
||||
Reference in New Issue
Block a user