[dm-devel] [PATCH] Fix systemd version detection

Benjamin Marzinski bmarzins at redhat.com
Thu Apr 4 22:03:21 UTC 2019


From: Igor Gnatenko <ignatenkobrain at fedoraproject.org>

Reviewed-by: Benjamin Marzinski <bmarzins at redhat.com>
Signed-off-by: Igor Gnatenko <ignatenkobrain at fedoraproject.org>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index fc728ca..5b2f6d4 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -37,7 +37,7 @@ endif
 
 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
 
-- 
2.17.2




More information about the dm-devel mailing list