util-linux: fix last minute typo in the systemd handling

Reported-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2015-10-22 22:53:19 +02:00
parent db98c3f6c5
commit a77dfaa984

View File

@ -29,7 +29,7 @@ UTIL_LINUX_CONF_OPTS += \
# system depends on util-linux so we enable systemd support
# (which needs systemd to be installed)
UTIL_LINUX_CONF_OPTS += \
--without-systed \
--without-systemd \
--with-systemdsystemunitdir=no
# We don't want the host-busybox dependency to be added automatically