diff options
author | ormorph <roma251078@mail.ru> | 2021-05-19 06:42:53 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-05-20 05:43:46 +0300 |
commit | afd9f3f0755d1c47ce2e31665329574ccf40f21a (patch) | |
tree | ee8a42aef9e30c7642e926a235b46b600d690a12 /trinity-base/tdebase-pam | |
parent | a3ac889107a94a0737711868ce5431f28f14cc75 (diff) | |
download | tde-packaging-gentoo-afd9f3f0755d1c47ce2e31665329574ccf40f21a.tar.gz tde-packaging-gentoo-afd9f3f0755d1c47ce2e31665329574ccf40f21a.zip |
Fixed ebuild tdebase-pam
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/tdebase-pam')
-rw-r--r-- | trinity-base/tdebase-pam/tdebase-pam-7.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trinity-base/tdebase-pam/tdebase-pam-7.ebuild b/trinity-base/tdebase-pam/tdebase-pam-7.ebuild index 6a4d676c..8d7e35ae 100644 --- a/trinity-base/tdebase-pam/tdebase-pam-7.ebuild +++ b/trinity-base/tdebase-pam/tdebase-pam-7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +EAPI="7" + inherit pam DESCRIPTION="pam.d files used by several Trinity components" @@ -14,6 +16,8 @@ IUSE="elogind" DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" +S="${WORKDIR}" + src_install() { if use elogind ; then newpamd "${FILESDIR}/tde-elogind.pam-${PV}" tde |