commit: 70371278eb61ef1c4d2e0285bfecbe11dc542641 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 22 18:14:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 22 18:14:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70371278
sys-auth/nss_ldap: actually stage the libdir change Bug: https://bugs.gentoo.org/581306 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/nss_ldap/{nss_ldap-265-r7.ebuild => nss_ldap-265-r8.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/nss_ldap/nss_ldap-265-r7.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r8.ebuild similarity index 97% rename from sys-auth/nss_ldap/nss_ldap-265-r7.ebuild rename to sys-auth/nss_ldap/nss_ldap-265-r8.ebuild index 611455428f6..e6ed3ba6fc3 100644 --- a/sys-auth/nss_ldap/nss_ldap-265-r7.ebuild +++ b/sys-auth/nss_ldap/nss_ldap-265-r8.ebuild @@ -108,7 +108,7 @@ multilib_src_configure() { # Neede to be careful with changing this # bug #581306 - multilib_is_native_abi && myconf+=( --libdir="${EPREFIX}/usr/$(get_libdir)" ) + multilib_is_native_abi && myconf+=( --libdir="${EPREFIX}/$(get_libdir)" ) ECONF_SOURCE=${S} econf "${myconf[@]}" }
