]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Fix wrong function call to setup build environment
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 May 2017 08:58:42 +0000 (09:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 19 May 2017 08:58:42 +0000 (09:58 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 9314ae942082152076ffdd6aa854a005804ff06c..34fd15f9a359231fa569cc001b640418250cf85f 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -992,7 +992,7 @@ ipfirepackages() {
 while [ $# -gt 0 ]; do
        case "${1}" in
                --target=*)
-                       configure_target "${1#--target=}"
+                       configure_build "${1#--target=}"
                        ;;
                -*)
                        exiterror "Unknown configuration option: ${1}"