diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-06-18 23:43:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-06-18 23:43:58 -0400 |
commit | 96ccdb3f96dd28fc0dd35e0c11b2cb1031fd9776 (patch) | |
tree | 41542cd3180d042293c489841ba06e1cc3491aa3 /sys-apps/attr | |
parent | sys-apps/attr: move to official upstream tarball (diff) | |
download | gentoo-96ccdb3f96dd28fc0dd35e0c11b2cb1031fd9776.tar.gz gentoo-96ccdb3f96dd28fc0dd35e0c11b2cb1031fd9776.tar.bz2 gentoo-96ccdb3f96dd28fc0dd35e0c11b2cb1031fd9776.zip |
sys-apps/attr: fix multilib header install #658452
Closes: https://bugs.gentoo.org/658452
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/attr-2.4.48-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/attr/attr-2.4.48-r1.ebuild b/sys-apps/attr/attr-2.4.48-r1.ebuild index be842d2be85c..5eb5ee5fc071 100644 --- a/sys-apps/attr/attr-2.4.48-r1.ebuild +++ b/sys-apps/attr/attr-2.4.48-r1.ebuild @@ -49,11 +49,11 @@ multilib_src_install() { if multilib_is_native_abi; then # we install attr into /bin, so we need the shared lib with it gen_usr_ldscript -a attr - - # Add a wrapper until people upgrade. - insinto /usr/include/attr - newins "${FILESDIR}"/xattr-shim.h xattr.h fi + + # Add a wrapper until people upgrade. + insinto /usr/include/attr + newins "${FILESDIR}"/xattr-shim.h xattr.h } multilib_src_install_all() { |