copy deck of cards, rather than moving it, on install

This commit is contained in:
cgd 1993-04-09 09:38:35 +00:00
parent e76b286f06
commit e5864485a1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ initdeck: initdeck.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/initdeck.c
beforeinstall:
install -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>