From 0672be8c63cfd4be39d728ebce2ff380fe50bbb2 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 23 Nov 1998 09:51:57 +0000 Subject: Brand acroread executable. Doesn't really matter because it's linked dynamically, but doesn't hurt, either. PR: 8779 Submitted by: Joel Ray Holbeck --- print/acroread/Makefile | 5 +++-- print/acroread4/Makefile | 5 +++-- print/acroread5/Makefile | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/print/acroread/Makefile b/print/acroread/Makefile index e29f680b2529..95153b0ff10a 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.7 1998/10/13 02:46:56 jseger Exp $ +# $Id: Makefile,v 1.8 1998/11/20 10:26:11 tg Exp $ # DISTNAME= ar302lin @@ -33,7 +33,8 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread ${PREFIX}/bin && \ ${RM} acroread.orig - @chmod +x ${PREFIX}/bin/acroread + @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/bin/acroread + @chmod +x ${PREFIX}/bin/acroread @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index e29f680b2529..95153b0ff10a 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.7 1998/10/13 02:46:56 jseger Exp $ +# $Id: Makefile,v 1.8 1998/11/20 10:26:11 tg Exp $ # DISTNAME= ar302lin @@ -33,7 +33,8 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread ${PREFIX}/bin && \ ${RM} acroread.orig - @chmod +x ${PREFIX}/bin/acroread + @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/bin/acroread + @chmod +x ${PREFIX}/bin/acroread @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index e29f680b2529..95153b0ff10a 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.7 1998/10/13 02:46:56 jseger Exp $ +# $Id: Makefile,v 1.8 1998/11/20 10:26:11 tg Exp $ # DISTNAME= ar302lin @@ -33,7 +33,8 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread ${PREFIX}/bin && \ ${RM} acroread.orig - @chmod +x ${PREFIX}/bin/acroread + @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/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