summaryrefslogtreecommitdiffstats
path: root/core/bin
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 18:21:01 +0200
committerSimon Rettberg2021-07-09 18:21:01 +0200
commitf4c4c20d29651af5b010be0fda42c69e9f456923 (patch)
tree5f7054aea0b7128598c16855a9e619d9e1fd11d6 /core/bin
parent[zram-swap] make it an actual module :) (diff)
downloadmltk-f4c4c20d29651af5b010be0fda42c69e9f456923.tar.gz
mltk-f4c4c20d29651af5b010be0fda42c69e9f456923.tar.xz
mltk-f4c4c20d29651af5b010be0fda42c69e9f456923.zip
Cleanup, rename some variables
Diffstat (limited to 'core/bin')
-rwxr-xr-xcore/bin/setup_target4
1 files changed, 2 insertions, 2 deletions
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