diff options
| author | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-14 09:31:51 +0200 |
|---|---|---|
| committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-14 09:31:51 +0200 |
| commit | 55a2ee147e630e431a384d535a9e138c60940cc3 (patch) | |
| tree | 3a6505b419fec3949752edebe223ea07dde74263 | |
| parent | 6672f8900da1f22cd9dcfb74598233f41b102f42 (diff) | |
| download | gentoo-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.ebuild | 2 |
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 } |
