Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed Jan 15, 2024
1 parent 8584780 commit c1df81a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c1df81a

Please sign in to comment.