diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-12 21:01:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-12 21:01:15 +0000 |
commit | 4476e7eb89457b2d66e0723850590fd851a29708 (patch) | |
tree | c8e9436b8ea5cc0ca32ebe603b58673df575576f /mk/platform/Linux.mk | |
parent | f6c4b5c7f34fb6d46f4479ad912f1c0d06abd695 (diff) | |
download | pkgsrc-4476e7eb89457b2d66e0723850590fd851a29708.tar.gz |
Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directories
are group-writeable by the games user on those platforms, where
GAMEMODE includes setgid. It defaults to PKGDIRMODE otherwise.
Diffstat (limited to 'mk/platform/Linux.mk')
-rw-r--r-- | mk/platform/Linux.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index e544bdcb954..a6bd9099a31 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.23 2006/03/18 21:40:45 jlam Exp $ +# $NetBSD: Linux.mk,v 1.24 2006/04/12 21:01:15 joerg Exp $ # # Variable definitions for the Linux operating system. @@ -89,6 +89,7 @@ LOCALBASE?= ${DESTDIR}/usr/pkg #GAMEOWN= games #GAMEGRP= games #GAMEMODE= 2555 +#GAMEDIRMODE= 0775 #.endif .if (${MACHINE_ARCH} == "x86_64") ABI?= 64 |