From: Matthias Fischer Date: Sat, 2 Dec 2017 09:10:23 +0000 (+0100) Subject: sudo: Fix for lfs-file (Typo) X-Git-Tag: v2.19-core117~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3951a1135f280f0881c1d54f4a66653b5e44b57d;p=people%2Fstevee%2Fipfire-2.x.git sudo: Fix for lfs-file (Typo) Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- 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