File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77EAPI=7
88
99VERIFY_SIG_OPENPGP_KEY_PATH=" ${BROOT} " /usr/share/openpgp-keys/bzip2.gpg
10- inherit toolchain-funcs multilib-minimal usr-ldscript verify-sig
10+ inherit toolchain-funcs multilib multilib -minimal usr-ldscript verify-sig
1111
1212DESCRIPTION=" A high-quality data compressor used extensively by Gentoo Linux"
1313HOMEPAGE=" https://sourceware.org/bzip2/"
@@ -91,9 +91,9 @@ multilib_src_install() {
9191 if multilib_is_native_abi ; then
9292 gen_usr_ldscript -a bz2
9393
94- dobin bzip2recover
94+ dobin bzip2recover$( get_exeext )
9595 into /
96- newbin bzip2 bzip2-reference
96+ newbin bzip2$( get_exeext ) bzip2-reference$( get_exeext )
9797 fi
9898}
9999
@@ -129,7 +129,7 @@ pkg_postinst() {
129129 local x
130130 for x in bzip2 bunzip2 bzcat; do
131131 if [[ ! -h ${EROOT} /bin/${x} ]]; then
132- ln -s bzip2-reference " ${EROOT} /bin/${x} " || die
132+ ln -s bzip2-reference$( get_exeext ) " ${EROOT} /bin/${x} $( get_exeext ) " || die
133133 fi
134134 done
135135}
You can’t perform that action at this time.
0 commit comments