Skip to content

Commit c1df81a

Browse files
committed
debug2
1 parent 8584780 commit c1df81a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function package_linux_version() {
7575
cp PharoLauncher.image $RESOURCES_PATH
7676
cp PharoLauncher.changes $RESOURCES_PATH
7777
cp Pharo*.sources $RESOURCES_PATH
78+
echo $(pwd)
7879
ls -R $OUTPUT_PATH
7980
fetch_current_vm_to $(pwd)
8081
# ensure the linux scripts are executable
@@ -145,6 +146,8 @@ function fetch_current_vm_to() {
145146

146147
if [ -f "$LINUX_VM_PATH" ] ; then
147148
unzip -q "$LINUX_VM_PATH" -d "$DEST_PATH/tmp"
149+
echo "$DEST_PATH/pharo-vm/"
150+
ls -R "$DEST_PATH/pharo-vm/"
148151
mkdir "$DEST_PATH/pharo-vm/"
149152
mv "$DEST_PATH"/tmp/* "$DEST_PATH/pharo-vm/"
150153
else

0 commit comments

Comments
 (0)