create {PREFIX}/bin/acroread if it does not exist.

This commit is contained in:
David E. O'Brien 2002-05-29 18:56:26 +00:00
parent 31ad27a8ab
commit 0801733106
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60262

View File

@ -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"