mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Make this work with missing dirs.
Submitted by: jkh
This commit is contained in:
parent
d0a05ae033
commit
bc8561e982
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue