diff options
-rw-r--r-- | acct-user/ldap/ldap-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acct-user/ldap/ldap-0.ebuild b/acct-user/ldap/ldap-0.ebuild index 5af550467fd6..dbb6a9e79d87 100644 --- a/acct-user/ldap/ldap-0.ebuild +++ b/acct-user/ldap/ldap-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,6 @@ ACCT_USER_GROUPS=( ldap ) acct-user_add_deps -pkg_setup(){ +pkg_setup() { ACCT_USER_HOME=/usr/$(get_libdir)/openldap } |