summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b4590a34b7a..ddb42eac7616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 19 23:49:50 UTC 2015
+# Sun Dec 20 00:00:01 UTC 2015
pkgbase = udev-joystick-blacklist
pkgdesc = Fix for keyboard/mouse/tablet being detected as joystick.
pkgver = r24.b687663
diff --git a/PKGBUILD b/PKGBUILD
index d121efc8507f..fa1a347f3aa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ pkgver() {
}
package() {
- install -Dm644 "${srcdir}"/${pkgname}/51-these-are-not-joysticks-rm.rules "${pkgdir}"/etc/udev/rules.d/51-these-are-not-joysticks-rm.rules
+ install -Dm644 "${srcdir}"/${pkgname}/51-these-are-not-joysticks-rm.rules "${pkgdir}"/usr/lib/udev/rules.d/51-these-are-not-joysticks-rm.rules
## Alternatively, if you don't want to remove the erroneous
## devices but set their permissions to 0000, comment the above
## line and uncomment the one below
- #install -Dm644 "${srcdir}/${pkgname}"/51-these-are-not-joysticks.rules "${pkgdir}"/etc/udev/rules.d/51-these-are-not-joysticks.rules
+ #install -Dm644 "${srcdir}/${pkgname}"/51-these-are-not-joysticks.rules "${pkgdir}"/usr/lib/udev/rules.d/51-these-are-not-joysticks.rules
}