summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Prokop2021-02-21 21:29:23 +0100
committerJiří Prokop2021-02-21 21:29:23 +0100
commitc24c7cf65c08dbfcb9efdade845f064195677c9b (patch)
tree07b8f6499f2876e8287c4e460337ee1c5d3ba804 /PKGBUILD
parentc75a59ab2e127a6989fa4cb9dbce0712702fb0e6 (diff)
downloadaur-c24c7cf65c08dbfcb9efdade845f064195677c9b.tar.gz
Fix location of udev rules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9207fd40274..ad85eec7d9f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zsa-wally-cli
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Wally: Flash your ZSA Keyboard the EZ way."
arch=('i686' 'x86_64')
url="https://github.com/zsa/wally-cli"
@@ -17,6 +17,6 @@ sha256sums=('a38f731cc1a89d32a5cb9e377d2ec24280cb5d2fc0b34b1cb05464305fb38800'
)
package() {
- install -Dm644 50-wally-cli.rules "$pkgdir"/etc/udev/rules.d/50-wally-cli.rules
+ install -Dm644 50-wally-cli.rules "$pkgdir"/usr/lib/udev/rules.d/50-wally-cli.rules
install -Dm755 wally-cli-$pkgver-$pkgrel "$pkgdir"/usr/bin/wally-cli
}