diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-10 19:53:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-06-10 19:54:34 +0300 |
commit | 749ffa814de84656fdda35880ebd79dd7809d970 (patch) | |
tree | dfd931cc507aeb009e0367f76d95273abf02878e /sys-auth/passwdqc | |
parent | dev-python/automat: Fix test failures for bug 665554 (diff) | |
download | gentoo-749ffa814de84656fdda35880ebd79dd7809d970.tar.gz gentoo-749ffa814de84656fdda35880ebd79dd7809d970.tar.bz2 gentoo-749ffa814de84656fdda35880ebd79dd7809d970.zip |
sys-auth/passwdqc: point correct security directory
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth/passwdqc')
-rw-r--r-- | sys-auth/passwdqc/passwdqc-1.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild b/sys-auth/passwdqc/passwdqc-1.4.0.ebuild index 2c8a0b14832f..3b743053e987 100644 --- a/sys-auth/passwdqc/passwdqc-1.4.0.ebuild +++ b/sys-auth/passwdqc/passwdqc-1.4.0.ebuild @@ -24,6 +24,7 @@ src_prepare() { _emake() { emake \ SHARED_LIBDIR="/usr/$(get_libdir)" \ + SECUREDIR="$(getpam_mod_dir)" \ CFLAGS="${CFLAGS} ${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ CC="$(tc-getCC)" \ @@ -38,4 +39,4 @@ src_compile() { src_install() { _emake DESTDIR="${ED}" install_lib install_pam install_utils dodoc README PLATFORMS INTERNALS -}
\ No newline at end of file +} |