make.sh: Fix wrong function call to setup build environment

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-05-19 09:58:42 +01:00
parent 9a9cb82c4f
commit c2e810dea8

View File

@@ -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}"