summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-06-14 09:31:51 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-06-14 09:31:51 +0200
commit55a2ee147e630e431a384d535a9e138c60940cc3 (patch)
tree3a6505b419fec3949752edebe223ea07dde74263
parentdev-vcs/git: Removed old. (diff)
downloadgentoo-55a2ee147e630e431a384d535a9e138c60940cc3.tar.gz
gentoo-55a2ee147e630e431a384d535a9e138c60940cc3.tar.bz2
gentoo-55a2ee147e630e431a384d535a9e138c60940cc3.zip
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>
-rw-r--r--sys-apps/file/file-5.28.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}