libu2f-host: do not use plugdev group in udev rule
This commit is contained in:
parent
bba30c9824
commit
617140d642
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libu2f-host'
|
# Template file for 'libu2f-host'
|
||||||
pkgname=libu2f-host
|
pkgname=libu2f-host
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d"
|
configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d"
|
||||||
|
@ -21,7 +21,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i 's:TAG+="uaccess":MODE="0660", GROUP="plugdev":' ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules
|
sed -i 's:TAG+="uaccess":TAG+="uaccess", MODE="0660", GROUP="users":' ${DESTDIR}/usr/lib/udev/rules.d/70-u2f.rules
|
||||||
}
|
}
|
||||||
|
|
||||||
libu2f-host-devel_package() {
|
libu2f-host-devel_package() {
|
||||||
|
|
Loading…
Reference in a new issue