summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pambase')
-rw-r--r--sys-auth/pambase/pambase-20200804.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-auth/pambase/pambase-20200804.ebuild b/sys-auth/pambase/pambase-20200804.ebuild
index a97d51603370..cb83a3cab2e7 100644
--- a/sys-auth/pambase/pambase-20200804.ebuild
+++ b/sys-auth/pambase/pambase-20200804.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-inherit python-any-r1
+inherit pam python-any-r1
DESCRIPTION="PAM base configuration files"
HOMEPAGE="https://github.com/gentoo/pambase"
@@ -68,7 +68,5 @@ src_configure() {
src_test() { :; }
src_install() {
- dodir /etc/pam.d
- insinto /etc/pam.d
- doins -r stack/.
+ dopamd -r stack/.
}