Skip to content

Commit e837ba7

Browse files
committed
debug 3
1 parent c1df81a commit e837ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function package_linux_version() {
7777
cp Pharo*.sources $RESOURCES_PATH
7878
echo $(pwd)
7979
ls -R $OUTPUT_PATH
80-
fetch_current_vm_to $(pwd)
80+
fetch_current_vm_to $OUTPUT_PATH
8181
# ensure the linux scripts are executable
8282
chmod +x "$OUTPUT_PATH/pharo-launcher" "$OUTPUT_PATH/pharo-launcher-ui" || true
8383
}
@@ -147,7 +147,7 @@ function fetch_current_vm_to() {
147147
if [ -f "$LINUX_VM_PATH" ] ; then
148148
unzip -q "$LINUX_VM_PATH" -d "$DEST_PATH/tmp"
149149
echo "$DEST_PATH/pharo-vm/"
150-
ls -R "$DEST_PATH/pharo-vm/"
150+
ls -R "$DEST_PATH"
151151
mkdir "$DEST_PATH/pharo-vm/"
152152
mv "$DEST_PATH"/tmp/* "$DEST_PATH/pharo-vm/"
153153
else

0 commit comments

Comments
 (0)