More preventive medicine on making directories before installation.

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-09-08 04:11:45 +00:00
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/*