summaryrefslogtreecommitdiff
path: root/community/lomoco/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lomoco/PKGBUILD')
-rw-r--r--community/lomoco/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/lomoco/PKGBUILD b/community/lomoco/PKGBUILD
index a5916c2f0..fc8ca5598 100644
--- a/community/lomoco/PKGBUILD
+++ b/community/lomoco/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67826 2012-03-14 16:31:38Z spupykin $
+# $Id: PKGBUILD 68931 2012-04-06 00:04:27Z dreisner $
# Maintainer: Jeff Mickey <j@codemac.net>
# Contributor: Shadowhand <woody.gilk@gmail.com>
pkgname=lomoco
pkgver=1.0
-pkgrel=7
+pkgrel=8
url="http://www.lomoco.org/"
pkgdesc="Logitech USB mouse configuration program"
license=('GPL')
@@ -34,7 +34,7 @@ build() {
sed -i 's|/etc/sysconfig/logitech_mouse|/etc/udev/lomoco_mouse.conf|g' udev/udev.lomoco
sed -i 's|RUN="lomoco"|RUN+="lomoco.sh"|g' udev/lomoco.rules
sed -i 's|SYSFS|ATTR|' udev/lomoco.rules
- install -D -m 644 udev/lomoco.rules ${pkgdir}/etc/udev/rules.d/80-lomoco.rules
- install -D -m 755 ../lomoco.sh ${pkgdir}/lib/udev/lomoco.sh
- install -D -m 644 ../lomoco_mouse.conf ${pkgdir}/etc/udev/
+ install -D -m 644 udev/lomoco.rules ${pkgdir}/usr/lib/udev/rules.d/80-lomoco.rules
+ install -D -m 755 ../lomoco.sh ${pkgdir}/usr/lib/udev/lomoco.sh
+ install -D -m 644 ../lomoco_mouse.conf ${pkgdir}/etc/udev/lomoco_mouse.conf
}