Create /usr/share/games/quiz.db via mtree and remove private mkdir command

from Makefile.
This commit is contained in:
rgrimes 1995-03-18 08:30:48 +00:00
parent 157d75c19a
commit a914666307
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: BSD.usr.dist,v 1.32 1995/02/15 00:41:23 jkh Exp $
# $Id: BSD.usr.dist,v 1.33 1995/02/15 20:57:01 ache Exp $
#
/set type=dir uname=bin gname=bin mode=0755
@ -76,6 +76,8 @@
..
larn
..
quiz.db
..
..
/set type=dir uname=bin gname=bin mode=0755
groff_font

View File

@ -10,9 +10,6 @@ CATS= africa america areas arith asia babies bard chinese collectives \
HIDEGAME=hidegame
beforeinstall:
@if [ ! -d ${DESTDIR}/usr/share/games/quiz.db ]; then \
mkdir -p ${DESTDIR}/usr/share/games/quiz.db; \
fi
(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${CATS} ${DESTDIR}/usr/share/games/quiz.db)