From f4c4c20d29651af5b010be0fda42c69e9f456923 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Jul 2021 18:21:01 +0200 Subject: Cleanup, rename some variables --- core/bin/setup_target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/bin') diff --git a/core/bin/setup_target b/core/bin/setup_target index 41c23775..1e19a063 100755 --- a/core/bin/setup_target +++ b/core/bin/setup_target @@ -545,7 +545,7 @@ process_module() { post_process_target() { local TOOL_STR="$TOOL_STR post_process_target:" - if [ -z "$REMOTE_LOCAL_INSTALL" ]; then + if [ -z "$MLTK_INSTALL" ]; then # traditional minilinux approach # figure out all relevant ld-paths pinfo "Running ldconfig" @@ -596,7 +596,7 @@ post_process_target() { "${TARGET_BUILD_DIR}/" "${RSYNC_DEST}" || \ perror "Failed to rsync, your system is probably trashed ;-(" - [ "$REMOTE_DEBUG" -eq 0 ] && rm -f -- "$RSYNC_EXCLUDE_LIST" + [ -z "$MLTK_DEBUG" ] && rm -f -- "$RSYNC_EXCLUDE_LIST" # finish by running ldconfig for the running system (when processing non-addons). if [ ! -e "${TARGET_DIR}/.addon" ]; then -- cgit v1.2.3-55-g7522