瀏覽代碼

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 年之前
父節點
當前提交
a77dfaa984
共有 1 個文件被更改,包括 1 次插入1 次删除
  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