Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/lirc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lirc/PKGBUILD')
-rw-r--r--extra/lirc/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/lirc/PKGBUILD b/extra/lirc/PKGBUILD
index 31bc8139..2bdada51 100644
--- a/extra/lirc/PKGBUILD
+++ b/extra/lirc/PKGBUILD
@@ -1,2 +1,7 @@
-# ftdi.h missing, needs libftdi-compat
-makedepends+=(libftdi-compat)
+# For some reason the systemd files get installed in /lib, which makes this package unusable
+# So move them manually to /usr/lib
+
+eval "$(
+ declare -f package | \
+ sed '$ d' | sed '$ a mv "${pkgdir}"/lib/systemd "${pkgdir}"/usr/lib/; rm -r "${pkgdir}"/lib; }'
+)"