diff options
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index de97a04..e4768af 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -3,7 +3,7 @@ # Date created: 13 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.5 1998/09/15 11:13:09 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/17 00:32:33 asami Exp $ # DISTNAME= Maelstrom-1.4.3-L2.0.6-src @@ -29,8 +29,8 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/Maelstrom\ ${file} ${PREFIX}/share/Maelstrom .endfor @ ${INSTALL_DATA} ${WRKSRC}/Maelstrom-Scores ${PREFIX}/share/Maelstrom - @ chown games:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores - @ chmod 666 ${PREFIX}/share/Maelstrom/Maelstrom-Scores + @ ${CHOWN} games:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores + @ ${CHMOD} 666 ${PREFIX}/share/Maelstrom/Maelstrom-Scores @ ${MKDIR} ${PREFIX}/share/Maelstrom/Images @ ${INSTALL_DATA} ${WRKSRC}/Images/*n ${PREFIX}/share/Maelstrom/Images |