From 55a2ee147e630e431a384d535a9e138c60940cc3 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 14 Jun 2016 09:31:51 +0200 Subject: [PATCH] sys-apps/file: Fixed abi_x86_32 install target. Reported by Heather. Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler --- sys-apps/file/file-5.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/file/file-5.28.ebuild b/sys-apps/file/file-5.28.ebuild index 658a92fa32a2..6ebccd647f22 100644 --- a/sys-apps/file/file-5.28.ebuild +++ b/sys-apps/file/file-5.28.ebuild @@ -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 } -- 2.26.2