From: Michael Tremer Date: Fri, 19 May 2017 08:58:42 +0000 (+0100) Subject: make.sh: Fix wrong function call to setup build environment X-Git-Tag: v2.19-core112~85 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=c2e810dea82b8fff6b9cd3d92c2b9f81687aec02 make.sh: Fix wrong function call to setup build environment Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 9314ae9420..34fd15f9a3 100755 --- 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}"