mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libfido2: use upstream group "plugdev" for udev
This commit is contained in:
parent
6247f6329c
commit
ca838e7f41
2 changed files with 4 additions and 3 deletions
3
srcpkgs/libfido2/INSTALL.msg
Normal file
3
srcpkgs/libfido2/INSTALL.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Group access to FIDO2 devices has been changed to group "plugdev".
|
||||||
|
If you are not using elogind as your session manager, make sure to
|
||||||
|
add yourself to that group.
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libfido2'
|
# Template file for 'libfido2'
|
||||||
pkgname=libfido2
|
pkgname=libfido2
|
||||||
version=1.15.0
|
version=1.15.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d"
|
configure_args="-DUDEV_RULES_DIR=/usr/lib/udev/rules.d"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -23,8 +23,6 @@ post_extract() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsed -e 's/GROUP="plugdev"/GROUP="users"/' \
|
|
||||||
-i ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libfido2-devel_package() {
|
libfido2-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue