summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth')
-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[@]}"
}