From c1df81accbe7f1ed873a44e7ddf93081eabfb432 Mon Sep 17 00:00:00 2001 From: DEMAREY Christophe Date: Mon, 15 Jan 2024 16:18:38 +0100 Subject: [PATCH] debug2 --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 754d0e07..106495cc 100755 --- a/build.sh +++ b/build.sh @@ -75,6 +75,7 @@ function package_linux_version() { cp PharoLauncher.image $RESOURCES_PATH cp PharoLauncher.changes $RESOURCES_PATH cp Pharo*.sources $RESOURCES_PATH + echo $(pwd) ls -R $OUTPUT_PATH fetch_current_vm_to $(pwd) # ensure the linux scripts are executable @@ -145,6 +146,8 @@ function fetch_current_vm_to() { if [ -f "$LINUX_VM_PATH" ] ; then unzip -q "$LINUX_VM_PATH" -d "$DEST_PATH/tmp" + echo "$DEST_PATH/pharo-vm/" + ls -R "$DEST_PATH/pharo-vm/" mkdir "$DEST_PATH/pharo-vm/" mv "$DEST_PATH"/tmp/* "$DEST_PATH/pharo-vm/" else