From 3951a1135f280f0881c1d54f4a66653b5e44b57d Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sat, 2 Dec 2017 10:10:23 +0100 Subject: [PATCH] sudo: Fix for lfs-file (Typo) Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- lfs/sudo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/sudo b/lfs/sudo index 9dd72fef53..1c66bc5582 100644 --- a/lfs/sudo +++ b/lfs/sudo @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-env-editor \ --with-ignore-dot \ --with-tty-tickets \ - --with-passpromt="[sudo] password for %p: " \ + --with-passprompt="[sudo] password for %p: " \ --without-pam cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.2