mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/libpciaccess: Execute libtool with /bin/sh
Closes: https://bugs.gentoo.org/690568 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
committed by
Matt Turner
parent
b7f895f65e
commit
e08a69a910
@@ -27,6 +27,6 @@ multilib_src_install() {
|
||||
|
||||
if multilib_is_native_abi; then
|
||||
dodir /usr/bin
|
||||
${BASH} libtool --mode=install "$(type -P install)" -c scanpci/scanpci "${ED}"/usr/bin || die
|
||||
/bin/sh libtool --mode=install "$(type -P install)" -c scanpci/scanpci "${ED}"/usr/bin || die
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user