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'
|
# Template file for 'g810-led'
|
||||||
pkgname=g810-led
|
pkgname=g810-led
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="hidapi-devel"
|
makedepends="hidapi-devel"
|
||||||
short_desc="LED controller for Logitech G213,410,512,610,810,910,PRO keyboards"
|
short_desc="LED controller for Logitech G213,410,512,610,810,910,PRO keyboards"
|
||||||
|
@ -18,6 +18,8 @@ do_install() {
|
||||||
done
|
done
|
||||||
vmkdir usr/lib
|
vmkdir usr/lib
|
||||||
vcopy "lib/*.so.*" 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 README.md
|
||||||
vdoc INSTALL.md
|
vdoc INSTALL.md
|
||||||
for i in sample_profiles/*; do
|
for i in sample_profiles/*; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue