Sfoglia il codice sorgente

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>
Peter Korsgaard 9 anni fa
parent
commit
a77dfaa984
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/util-linux/util-linux.mk

+ 1 - 1
package/util-linux/util-linux.mk

@@ -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