atc uses /var/games/atc_score, not atc_scores

Problem pointed out and fix supplied in PR install/20709 by Kazuhito Tsuburaya
This commit is contained in:
jdolecek 2003-03-15 08:44:16 +00:00
parent a0b2076415
commit 2a74d10407
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: obsolete.mi,v 1.6 2002/11/17 02:48:09 lukem Exp $
# $NetBSD: obsolete.mi,v 1.7 2003/03/15 08:44:17 jdolecek Exp $
./usr/games/chess
./usr/games/hide/adventure
./usr/games/hide/arithmetic
@ -40,3 +40,4 @@
./usr/share/games/larn/lfortune
./usr/share/man/cat6/chess.0
./usr/share/man/man6/chess.6
./var/games/atc_scores

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.248 2003/03/08 00:22:29 lukem Exp $
# $NetBSD: Makefile,v 1.249 2003/03/15 08:44:16 jdolecek Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@ -241,7 +241,7 @@ install-etc-files: check_DESTDIR
${ETC_INSTALL_FILE} -o ${BINOWN} -g ${UTMPGRP} -m 664 \
/dev/null ${DESTDIR}/var/run/utmpx
${ETC_INSTALL_FILE} -o games -g games -m 664 \
/dev/null ${DESTDIR}/var/games/atc_scores
/dev/null ${DESTDIR}/var/games/atc_score
${ETC_INSTALL_FILE} -o games -g games -m 664 \
/dev/null ${DESTDIR}/var/games/battlestar.log
${ETC_INSTALL_FILE} -o games -g games -m 664 \