diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 18:14:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-22 18:14:14 +0000 |
commit | 70371278eb61ef1c4d2e0285bfecbe11dc542641 (patch) | |
tree | 709b23948e181e0777c86feef5884240b47a6aa7 /sys-auth/nss_ldap | |
parent | sys-auth/nss_ldap: change libdir logic (diff) | |
download | gentoo-70371278eb61ef1c4d2e0285bfecbe11dc542641.tar.gz gentoo-70371278eb61ef1c4d2e0285bfecbe11dc542641.tar.bz2 gentoo-70371278eb61ef1c4d2e0285bfecbe11dc542641.zip |
sys-auth/nss_ldap: actually stage the libdir change
Bug: https://bugs.gentoo.org/581306
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/nss_ldap')
-rw-r--r-- | sys-auth/nss_ldap/nss_ldap-265-r8.ebuild (renamed from sys-auth/nss_ldap/nss_ldap-265-r7.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/nss_ldap/nss_ldap-265-r7.ebuild b/sys-auth/nss_ldap/nss_ldap-265-r8.ebuild index 611455428f6b..e6ed3ba6fc38 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[@]}" } |