mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Strip the binary on install
PR: 13480 Submitted by: Mikhail Teterin <mi@aldan.agebra.com>
This commit is contained in:
parent
c9a1b233ea
commit
85370b5821
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21254
@ -33,6 +33,7 @@ post-install:
|
||||
${PATCH} --quiet < ${FILESDIR}/acroread.diff && \
|
||||
${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
|
||||
${PREFIX}/bin/acroread4 && ${RM} acroread.orig
|
||||
@strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
|
||||
@brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
|
||||
@${CHMOD} +x ${PREFIX}/bin/acroread4
|
||||
@${ECHO_MSG} "Be sure to read the license agreement in"
|
||||
|
@ -33,6 +33,7 @@ post-install:
|
||||
${PATCH} --quiet < ${FILESDIR}/acroread.diff && \
|
||||
${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \
|
||||
${PREFIX}/bin/acroread4 && ${RM} acroread.orig
|
||||
@strip ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
|
||||
@brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread
|
||||
@${CHMOD} +x ${PREFIX}/bin/acroread4
|
||||
@${ECHO_MSG} "Be sure to read the license agreement in"
|
||||
|
Loading…
Reference in New Issue
Block a user