From 89e9e517a9f1c97f22317b99b12b1133075eab02 Mon Sep 17 00:00:00 2001 From: mharo Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- print/acroread/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/acroread') diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 19d47384ec65..a91f31e7e85c 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.11 1999/01/07 02:31:48 simokawa Exp $ +# $Id: Makefile,v 1.12 1999/07/21 14:55:38 marcel Exp $ # DISTNAME= ar302lin @@ -36,7 +36,7 @@ post-install: ${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread ${PREFIX}/bin && \ ${RM} acroread.orig @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/bin/acroread - @chmod +x ${PREFIX}/bin/acroread + @${CHMOD} +x ${PREFIX}/bin/acroread @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" -- cgit