From cd7c90d38fcfaa98c9e2a069b70138ddf87e3955 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 18 Jul 2002 12:07:49 +0000 Subject: s/${INSTALL} -c/${INSTALL} ${COPY}/ --- games/battlestar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/battlestar') diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index a6be83c..fc73db9 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -13,7 +13,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/battlestar.log) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/battlestar.log .endif -- cgit v1.1