summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwebmeister2016-01-08 22:09:31 +0100
committerwebmeister2016-01-08 22:09:31 +0100
commitd12eb44007e450a645362f9b3360f2580371de9b (patch)
treec2f28190c97fc62510ffa18e1925ebe671cbe22d
parent8ab35c248a72e4013ffcea0ba29e87a6d4637288 (diff)
downloadaur-d12eb44007e450a645362f9b3360f2580371de9b.tar.gz
Install udev rules to correct location
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b4db629c0fb..383af3ad237d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,9 +39,7 @@ package() {
cp -pr opt/bin "$pkgdir/opt/"
cp -pr opt/lib/*.so "$pkgdir/opt/lib/"
- mkdir -p "$pkgdir/usr/lib/udev/rules.d"
- cp etc/udev/rules.d/* "$pkgdir/usr/lib/udev/rules.d"
- install -D "sundtek.rules" "$pkgdir/etc/udev/rules.d/sundtek.rules"
+ install -D "sundtek.rules" "$pkgdir/usr/lib/udev/rules.d/sundtek.rules"
install -D "sundtek.service" "$pkgdir/usr/lib/systemd/system/sundtek.service"
install -D "sundtek-restart.service" "$pkgdir/usr/lib/systemd/system/sundtek-restart.service"
install -D "opt/doc/README" "$pkgdir/usr/share/licenses/sundtek/README"