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

community/ltunify: install udev rules under /usr

parent 91a0abd3
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: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=ltunify
pkgver=0.3
pkgrel=1
pkgrel=2
pkgdesc="Logitech Unifying tool for Linux"
url="https://git.lekensteyn.nl/ltunify/"
arch="all"
......@@ -20,7 +20,7 @@ package() {
make \
DESTDIR="$pkgdir" \
bindir=/usr/bin \
udevrulesdir=/lib/udev/rules.d \
udevrulesdir=/usr/lib/udev/rules.d \
install
}
......
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