Create /usr/share/games/quiz.db via mtree and remove private mkdir command
from Makefile.
This commit is contained in:
parent
157d75c19a
commit
a914666307
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user