Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/systemd
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-01 22:51:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-01 22:51:42 +0200
commitd226c91d83ec41f20afba7c13ce21d38d82acef2 (patch)
tree2b4eb8c856b3102535e3f3933d759fb2f977bd3e /core/systemd
parent69c95687b78f608830dbc10faf6832c9a907eb20 (diff)
core/systemd: some temporary workaround missing systemd-jornald user
Diffstat (limited to 'core/systemd')
-rw-r--r--core/systemd/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD
index 02cee487..a7e5ae15 100644
--- a/core/systemd/PKGBUILD
+++ b/core/systemd/PKGBUILD
@@ -7,3 +7,14 @@ eval "$(
/patch.*0001.*/a patch -Np1 -i ../meson-rename-Ddebug-to-Ddebug-extra.patch
'
)"
+
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # temporary, as there is no systemd-journal user for some reason!?
+ eval "$(
+ declare -f package_systemd | \
+ sed '
+ /install.*systemd-journal/d
+ '
+ )"
+fi