From d8e7f3671db406b587a420cae420ec14a189399e Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 16 Dec 2023 18:42:22 -0500 Subject: [PATCH] Fix makefile when building without systemd Signed-off-by: Kent Overstreet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9feb67..2b77da7 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ LIBDIR=$(PREFIX)/lib PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd) ifeq (,$(PKGCONFIG_SERVICEDIR)) - $(warning skipping systemd integration) + $(warning skipping systemd integration) else BCACHEFSCK_ARGS=-f -n systemd_libfiles=\ -- 2.39.5