From ff6011743a960ed9c3cfda00ae64efe810c52756 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 29 Jun 2016 14:11:21 +0200 Subject: ptxd_make_world_init: don't set pkg_install_env Setting pkg_install_env to the same value as pkg_make_env is redundant. Both are used in the install stage. Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh index ee43992d9..ffc856d2f 100644 --- a/scripts/lib/ptxd_make_world_common.sh +++ b/scripts/lib/ptxd_make_world_common.sh @@ -314,7 +314,6 @@ ptxd_make_world_init() { ptx_build_python="${!build_python_ptr}" pkg_make_env="${pkg_conf_env:-${!env_ptr}}" pkg_make_opt="${pkg_make_opt:-build}" - pkg_install_env="${pkg_conf_env:-${!env_ptr}}" ;; *) ;; esac -- cgit v1.2.3