]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson.build: drop unused SYSTEMD_SLEEP_BINARY_PATH
authorFlorian Klink <flokli@flokli.de>
Mon, 9 Mar 2020 08:06:51 +0000 (09:06 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 9 Mar 2020 13:52:30 +0000 (14:52 +0100)
seems usage was dropped in ddcbc8737873ca1904562d7d3ca3de9946e2f889.

meson.build

index fc216d22da24a9d88f6cb92e2305c6c3de6c3899..d6c09cb18ab39e7f16460733e78d090c4460cdfc 100644 (file)
@@ -214,7 +214,6 @@ conf.set_quoted('SYSTEMD_FSCK_PATH',                          join_paths(rootlib
 conf.set_quoted('SYSTEMD_MAKEFS_PATH',                        join_paths(rootlibexecdir, 'systemd-makefs'))
 conf.set_quoted('SYSTEMD_GROWFS_PATH',                        join_paths(rootlibexecdir, 'systemd-growfs'))
 conf.set_quoted('SYSTEMD_SHUTDOWN_BINARY_PATH',               join_paths(rootlibexecdir, 'systemd-shutdown'))
-conf.set_quoted('SYSTEMD_SLEEP_BINARY_PATH',                  join_paths(rootlibexecdir, 'systemd-sleep'))
 conf.set_quoted('SYSTEMCTL_BINARY_PATH',                      join_paths(rootbindir, 'systemctl'))
 conf.set_quoted('SYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH', join_paths(rootbindir, 'systemd-tty-ask-password-agent'))
 conf.set_quoted('SYSTEMD_STDIO_BRIDGE_BINARY_PATH',           join_paths(bindir, 'systemd-stdio-bridge'))