From f825f95db303bf41b31ade02837936b2fcd37905 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Sun, 12 Feb 1995 17:17:08 +0000 Subject: Add missing '@'s --- games/jetpack/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/jetpack') diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index f3912f82ff04..12d651f551cd 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -7,7 +7,7 @@ MAKE_FLAGS= PREFIX=${PREFIX} -f .include install: - chown games ${PREFIX}/bin/jetpack - chmod u+s ${PREFIX}/bin/jetpack - chown games ${PREFIX}/lib/X11/jetpack - chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000 + @chown games ${PREFIX}/bin/jetpack + @chmod u+s ${PREFIX}/bin/jetpack + @chown games ${PREFIX}/lib/X11/jetpack + @chmod go+r ${PREFIX}/lib/X11/jetpack/jetpack.lev000 -- cgit v1.2.3