summaryrefslogtreecommitdiffstats
path: root/core/bin
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-23 15:30:38 +0200
committerSimon Rettberg2021-07-23 15:30:38 +0200
commit2767a8c01b62ba1f3b7b4232ad6824744fe3b348 (patch)
tree2f9e48d2e30410fc862125f7f0a8a58897de5709 /core/bin
parent[*] move vmware-version-check to bwlp target (diff)
downloadmltk-2767a8c01b62ba1f3b7b4232ad6824744fe3b348.tar.gz
mltk-2767a8c01b62ba1f3b7b4232ad6824744fe3b348.tar.xz
mltk-2767a8c01b62ba1f3b7b4232ad6824744fe3b348.zip
[xorg] Fix move
Diffstat (limited to 'core/bin')
-rwxr-xr-xcore/bin/setup_target2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bin/setup_target b/core/bin/setup_target
index 8574ceae..9022c732 100755
--- a/core/bin/setup_target
+++ b/core/bin/setup_target
@@ -538,7 +538,7 @@ process_module() {
if [ ! -e "$BUILD_FLAG" ]; then
list_packet_files > "$PKG_CONTENT_FILE" || perror "Could not write packet content list to $PKG_CONTENT_FILE"
# Copy all required packages' contents to build dir, but not in install mode
- if [ -z "$MLTK_INSTALL" ]; then
+ if [ -z "$MLTK_INSTALL" ] && [ -s "$PKG_CONTENT_FILE" ]; then
pinfo "## Copying required packages to build dir"
tarcopy "$( sort -u "$PKG_CONTENT_FILE" )" "${MODULE_BUILD_DIR}"
fi