]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
sudo: Fix for lfs-file (Typo)
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 2 Dec 2017 09:10:23 +0000 (10:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Dec 2017 12:23:16 +0000 (12:23 +0000)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/sudo

index 9dd72fef5331974d44892afecf8eb1d34247c50e..1c66bc5582332c34931007e7d027ae80a51c98c9 100644 (file)
--- 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