summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"