summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandre2015-03-24 21:39:35 +0100
committerandre2015-03-24 21:39:35 +0100
commit456fd95392612f3f4d7263e3d8f790e35e943b7c (patch)
treeb69f4ab51314d72fa3e3cefbc70dcc65e3349c58
parent714af696473f6d9ad61fadff767f85d9ae53b778 (diff)
downloadaur-456fd95392612f3f4d7263e3d8f790e35e943b7c.tar.gz
pyhton2-openant-git: Move udev rules to /usr/lib/udev/rules.d/
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 467e78dafdd3..48e68faa89fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-openant-git
_gitname=openant
pkgver=r86.4500761
-pkgrel=3
+pkgrel=4
pkgdesc="A python library to download and upload files from ANT-FS compliant devices (Garmin products)."
arch=('i686' 'x86_64')
source=('git+https://github.com/Tigge/openant')
@@ -22,7 +22,7 @@ pkgver() {
package() {
cd "$srcdir/${_gitname}"
- install -Dm644 resources/ant-usb-sticks.rules ${pkgdir}/etc/udev/rules.d/71-ant-usb-sticks.rules
+ install -Dm644 resources/ant-usb-sticks.rules ${pkgdir}/usr/lib/udev/rules.d/71-ant-usb-sticks.rules
sed -i 's/install_udev_rules(True)/install_udev_rules(False)/g' setup.py
sed -i 's/os.geteuid() == 0/False/' setup.py