Use INSTALL_GAME_DATA to install the data file to make sure that permissions

are correct.  This addresses PR pkg/25313 re-opened by simonb@.
This commit is contained in:
jschauma 2004-08-04 02:57:56 +00:00
parent b6318472ea
commit 4f6c915de9
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2004/05/12 01:39:00 jschauma Exp $
$NetBSD: distinfo,v 1.5 2004/08/04 02:57:56 jschauma Exp $
SHA1 (zombies-1.0.tar.gz) = 5bc4c87211b5aa29edffb7df74ee12c0bbdc408a
Size (zombies-1.0.tar.gz) = 9482 bytes
SHA1 (patch-aa) = 81c556808201263cd20c2ed7b5464e64ba11dbd7
SHA1 (patch-aa) = 8677087f846ebe32844c94ec1b3d601377f8ee62
SHA1 (patch-ab) = c17689d0b97e48e8d75c696809a77cf9664bcc4e

View file

@ -1,7 +1,7 @@
$NetBSD: patch-aa,v 1.2 2004/05/12 01:39:00 jschauma Exp $
$NetBSD: patch-aa,v 1.3 2004/08/04 02:57:56 jschauma Exp $
--- Makefile.orig 1999-06-26 10:37:17.000000000 -0400
+++ Makefile 2004-05-11 21:31:49.000000000 -0400
+++ Makefile 2004-07-31 12:23:34.000000000 -0400
@@ -3,16 +3,16 @@
# ---- FILE LOCATIONS ----
@ -52,7 +52,7 @@ $NetBSD: patch-aa,v 1.2 2004/05/12 01:39:00 jschauma Exp $
-INSTALL_SCORE = install -c -o ${BINOWN} -g ${BINGRP} -m ${SCOREMODE}
+INSTALL_PROG = ${BSD_INSTALL_GAME}
+INSTALL_MAN = ${BSD_INSTALL_MAN}
+INSTALL_SCORE = ${BSD_INSTALL_DATA} -m ${SCOREMODE}
+INSTALL_SCORE = ${BSD_INSTALL_GAME_DATA}
# SysVish
#INSTALL_PROG = install -u ${BINOWN} -g ${BINGRP} -m ${BINMODE}