sys-apps/attr: fix multilib header install #658452
authorMike Frysinger <vapier@gentoo.org>
Tue, 19 Jun 2018 03:43:58 +0000 (23:43 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 19 Jun 2018 03:43:58 +0000 (23:43 -0400)
Closes: https://bugs.gentoo.org/658452

sys-apps/attr/attr-2.4.48-r1.ebuild

index be842d2be85c94d737fa57f82d95c7cb7c975acf..5eb5ee5fc071de22ebe37e77b52e2b156f0caecc 100644 (file)
@@ -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() {