Skip to content

Commit

Permalink
devel/bear: Strip main binary
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Feb 26, 2024
1 parent b06731a commit 3eee682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/bear/Makefile
Expand Up @@ -33,7 +33,7 @@ pre-install:
${RM} -r ${STAGEDIR}/wrkdirs

post-install:
.for l in lib/bear/libexec.so lib/bear/wrapper
.for l in bin/bear lib/bear/libexec.so lib/bear/wrapper
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${l}
.endfor

Expand Down

0 comments on commit 3eee682

Please sign in to comment.