]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
We don't need ncftp client.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Jul 2008 21:50:43 +0000 (21:50 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Jul 2008 21:50:43 +0000 (21:50 +0000)
tools/make-check

index 50095c539ddb50e9901e982324e7cc5c5658d3ff..a308c5b30e6acfeed76f68e6059b9313a8922d08 100644 (file)
@@ -82,7 +82,6 @@ check_build() {
        check_common "GNU make"         "3.79.1"        "make --version | head -n1"
        check_common "GNU wget"                         "wget --version | head -n1"
        check_common "Git"                              "git --version"
-       check_common "ncftp Client"                     "echo \"quit\" | ncftp --version | head -n1"
        check_common "GNU which"                        "which --version | head -n1"
 }