mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-06 07:33:39 +00:00
Use ${SHAREMODE} from bsd.own.mk in INSTALL_DATA instead of hard-coding
a value.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: bsd.xorg.mk,v 1.33 2010/01/17 20:48:49 matthieu Exp $ -*- makefile -*-
|
||||
# $OpenBSD: bsd.xorg.mk,v 1.34 2010/05/08 10:32:12 matthieu Exp $ -*- makefile -*-
|
||||
#
|
||||
# Copyright <20> 2006 Matthieu Herrb
|
||||
#
|
||||
@@ -38,7 +38,8 @@ MANDIR= ${X11BASE}/man/cat
|
||||
PKG_CONFIG_LIBDIR= ${X11BASE}/lib/pkgconfig
|
||||
|
||||
# A few aliases for *-install targets
|
||||
INSTALL_DATA = ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 644
|
||||
INSTALL_DATA = \
|
||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE}
|
||||
|
||||
# Autoconf cache
|
||||
_cache= --cache-file=${XOBJDIR}/xorg-config.cache.${MACHINE}
|
||||
|
||||
Reference in New Issue
Block a user