From 080173310662fc44a808de7e63e5bae5da3398e2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 29 May 2002 18:56:26 +0000 Subject: create {PREFIX}/bin/acroread if it does not exist. --- print/acroread5/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print/acroread5') diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index a02920e73389..f050afd1dadf 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -46,6 +46,8 @@ post-install: ${PREFIX}/bin/acroread5 @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat5 @${CHMOD} +x ${PREFIX}/bin/acroread5 + [ -e ${PREFIX}/bin/acroread ] \ + || (cd ${PREFIX}/bin ; ${LN} -s acroread5 acroread) @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt" -- cgit v1.2.3