From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- games/xemeraldia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/xemeraldia') diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index d1ece2061b90..c4b838b99c02 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Mar 1995 # Whom: asami # -# $Id: Makefile,v 1.12 1997/01/03 09:37:10 obrien Exp $ +# $Id: Makefile,v 1.13 1997/12/25 22:29:19 asami Exp $ # DISTNAME= xemeraldia-0.3 @@ -28,7 +28,7 @@ do-extract: post-install: touch ${PREFIX}/lib/X11/.xemeraldia.scores - chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores + ${CHMOD} 666 ${PREFIX}/lib/X11/.xemeraldia.scores pre-clean: @${RM} -f ${DISTDIR}/${DISTNAME}.tar.gz -- cgit v1.2.3