summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 3d5b135b..78a67ad3 100755
--- a/build.sh
+++ b/build.sh
@@ -46,7 +46,7 @@ buildp_dispatch_fail_pkg() {
if [ "${ARG_DUMP_ON_ABORT:-0}" -eq 1 ]; then
rtl_log_msg info "Logged environment dump for failed package \`%s' to \`%s'." "${_pkg_name}" "${BUILD_WORKDIR}/${_pkg_name}.dump";
rtl_log_msg info "Enter an interactive package build shell w/ the command line: ./pkgtool.sh -a %s -b %s \"%s\" PREFIX=\"%s\""\
- "${ARCH}" "${BUILD}" "${_pkg_name}" "${PREFIX}";
+ "${ARCH}" "${BUILD_KIND}" "${_pkg_name}" "${PREFIX}";
fi;
if [ "${ARG_RELAXED:-0}" -eq 0 ]; then
exit 1;