g810-led: install udev rules
This commit is contained in:
parent
8bc5c83437
commit
e3086d0323
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'g810-led'
|
||||
pkgname=g810-led
|
||||
version=0.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="hidapi-devel"
|
||||
short_desc="LED controller for Logitech G213,410,512,610,810,910,PRO keyboards"
|
||||
|
@ -18,6 +18,8 @@ do_install() {
|
|||
done
|
||||
vmkdir usr/lib
|
||||
vcopy "lib/*.so.*" usr/lib
|
||||
vmkdir usr/lib/udev/rules.d/
|
||||
vinstall udev/g810-led.rules 0644 usr/lib/udev/rules.d 70-g810-led.rules
|
||||
vdoc README.md
|
||||
vdoc INSTALL.md
|
||||
for i in sample_profiles/*; do
|
||||
|
|
Loading…
Reference in a new issue