summarylogtreecommitdiffstats
path: root/systemd.patch
diff options
context:
space:
mode:
authorMiguel Revilla2019-02-28 17:53:54 +0100
committerMiguel Revilla2019-02-28 17:53:54 +0100
commit188a6a9bba8311635048f9bab24637a720699c67 (patch)
tree9ee7e15fd77a4b2848de1776ffbbb28acd43d851 /systemd.patch
parent4a871f76809b9e448adfca4f52c801605c99679d (diff)
downloadaur-188a6a9bba8311635048f9bab24637a720699c67.tar.gz
Builds again
Diffstat (limited to 'systemd.patch')
-rw-r--r--systemd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd.patch b/systemd.patch
new file mode 100644
index 000000000000..10a4ff2505c2
--- /dev/null
+++ b/systemd.patch
@@ -0,0 +1,11 @@
+--- Makefile.inc.orig 2019-02-28 17:50:52.552812580 +0100
++++ Makefile.inc 2019-02-28 17:51:11.782813067 +0100
+@@ -37,7 +37,7 @@
+
+ ifndef SYSTEMD
+ ifeq ($(shell systemctl --version > /dev/null 2>&1 && echo 1), 1)
+- SYSTEMD = $(shell systemctl --version 2> /dev/null | sed -n 's/systemd \([0-9]*\)/\1/p')
++ SYSTEMD = $(shell systemctl --version 2> /dev/null | sed -n 's/systemd \([0-9]*\) .*/\1/p')
+ endif
+ endif
+