mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
Make this work with missing dirs.
Submitted by: jkh
This commit is contained in:
parent
066f92c619
commit
0264427a62
@ -10,6 +10,9 @@ 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…
Reference in New Issue
Block a user