Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/lirc/PKGBUILD
blob: 2bdada51e6a1bf0b0ddd0b69761562e4133974ee (plain)
1
2
3
4
5
6
7
# 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; }'
)"