diff options
Diffstat (limited to 'games/robots/Makefile')
-rw-r--r-- | games/robots/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile index 1c2ef0d..dd0fa39 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/robots_roll) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/robots_roll .endif |