sys-apps/file: Fixed abi_x86_32 install target.

Reported by Heather.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2016-06-14 09:31:51 +02:00
parent 6672f8900d
commit 55a2ee147e

View File

@@ -96,7 +96,7 @@ multilib_src_install() {
if multilib_is_native_abi ; then
default
else
emake -C src install-{includeHEADERS,libLTLIBRARIES} DESTDIR="${D}"
emake -C src install-{nodist_includeHEADERS,libLTLIBRARIES} DESTDIR="${D}"
fi
}