We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SYSTEMD_SYSTEM_DIR
1 parent c85acd9 commit fd81395Copy full SHA for fd81395
Makefile
@@ -52,12 +52,10 @@ man:
52
done
53
install:
54
55
- @if [ -e /run/systemd/system ] && [ -n '$(SYSTEMD_SYSTEM_DIR)' ]; then \
+ @if [ -n '$(SYSTEMD_SYSTEM_DIR)' ]; then \
56
sed -e 's#@PREFIX@#$(PREFIX)#' keyd.service.in > keyd.service; \
57
mkdir -p '$(DESTDIR)$(SYSTEMD_SYSTEM_DIR)'; \
58
install -Dm644 keyd.service '$(DESTDIR)$(SYSTEMD_SYSTEM_DIR)/keyd.service'; \
59
- elif [ -n '$(SYSTEMD_SYSTEM_DIR)' ]; then \
60
- echo "NOTE: systemd not found, you will need to manually add keyd to your system's init process."; \
61
fi
62
63
@if [ "$(VKBD)" = "usb-gadget" ]; then \
0 commit comments