index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-10 09:36:17 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-07-10 09:36:17 +0300 |
commit | 584208a9471367aa5248ec025e21662fa599f4f6 (patch) | |
tree | 0e865ab9c4722aa231153827e019ab312b7914eb /extra | |
parent | 8c5cf14182c82242b84c8d54b3549672f2aece26 (diff) |
-rw-r--r-- | extra/lirc/PKGBUILD | 6 |
diff --git a/extra/lirc/PKGBUILD b/extra/lirc/PKGBUILD index 8b137891..2bdada51 100644 --- a/extra/lirc/PKGBUILD +++ b/extra/lirc/PKGBUILD @@ -1 +1,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; }' +)" |