summaryrefslogtreecommitdiff
path: root/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild')
-rw-r--r--sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
index d877ef488e97..b13cfa812394 100644
--- a/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
+++ b/sys-auth/thinkfinger/thinkfinger-0.3-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools linux-info pam
+inherit autotools linux-info pam udev
DESCRIPTION="Support for the UPEK/SGS Thomson fingerprint reader, common in Thinkpads"
HOMEPAGE="http://thinkfinger.sourceforge.net/"
@@ -59,14 +59,16 @@ src_install() {
default
keepdir /etc/pam_thinkfinger
- insinto /lib/udev/rules.d
- doins "${FILESDIR}"/60-thinkfinger.rules
+
+ udev_dorules "${FILESDIR}"/60-thinkfinger.rules
# no static archives
find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
+ udev_reload
+
fowners root:fingerprint /etc/pam_thinkfinger
fperms 710 /etc/pam_thinkfinger