Skip to content
Snippets Groups Projects
Commit 7225a825 authored by Pablo Correa Gómez's avatar Pablo Correa Gómez Committed by Natanael Copa
Browse files

main/libfido2: install udev rules under /usr

parent 9eac158d
No related branches found
No related tags found
1 merge request!72695main/eudev: move library to /usr/lib and move rules hard-coded to /lib/udev/rules.d
......@@ -2,7 +2,7 @@
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=libfido2
pkgver=1.15.0
pkgrel=0
pkgrel=1
pkgdesc="library for FIDO 2.0 functionality"
url="https://github.com/Yubico/libfido2"
arch="all"
......@@ -32,7 +32,7 @@ check() {
package() {
DESTDIR="$pkgdir" cmake --install build
install -Dm644 -t "$pkgdir"/lib/udev/rules.d/ "$builddir"/udev/70-u2f.rules
install -Dm644 -t "$pkgdir"/usr/lib/udev/rules.d/ "$builddir"/udev/70-u2f.rules
}
fido() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment