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} --- net-im/gaim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-im/gaim/Makefile') diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 7e89e882c605..48aacb2d1abc 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Mar 1999 # Whom: Jim Mock # -# $Id: Makefile,v 1.6 1999/08/07 09:31:45 cpiazza Exp $ +# $Id: Makefile,v 1.7 1999/08/12 09:20:43 jim Exp $ # DISTNAME= gaim-0.9.7 @@ -26,7 +26,7 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/gaim/pixmaps && chmod a+rx ${PREFIX}/share/gaim/pixmaps + @${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps @${ECHO} "===> Installing pixmaps" @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps -- cgit v1.2.3