More preventive medicine on making directories before installation.
Submitted by: jkh
This commit is contained in:
parent
12a4520cae
commit
6d002167be
@ -14,6 +14,9 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
|
||||
${CC} phantglobs.o setup.o -o ${.TARGET} -lm
|
||||
|
||||
beforeinstall:
|
||||
@if [ ! -d /var/games/phantasia ]; then \
|
||||
mkdir -p /var/games/phantasia; \
|
||||
fi
|
||||
./setup -m ${.CURDIR}/monsters.asc
|
||||
chown games.bin /var/games/phantasia/*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user