mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Fix makefile when building without systemd
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
b6740e5392
commit
d8e7f3671d
2
Makefile
2
Makefile
@ -97,7 +97,7 @@ LIBDIR=$(PREFIX)/lib
|
|||||||
|
|
||||||
PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd)
|
PKGCONFIG_SERVICEDIR:=$(shell $(PKG_CONFIG) --variable=systemdsystemunitdir systemd)
|
||||||
ifeq (,$(PKGCONFIG_SERVICEDIR))
|
ifeq (,$(PKGCONFIG_SERVICEDIR))
|
||||||
$(warning skipping systemd integration)
|
$(warning skipping systemd integration)
|
||||||
else
|
else
|
||||||
BCACHEFSCK_ARGS=-f -n
|
BCACHEFSCK_ARGS=-f -n
|
||||||
systemd_libfiles=\
|
systemd_libfiles=\
|
||||||
|
Loading…
Reference in New Issue
Block a user