We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1df81a commit e837ba7Copy full SHA for e837ba7
build.sh
@@ -77,7 +77,7 @@ function package_linux_version() {
77
cp Pharo*.sources $RESOURCES_PATH
78
echo $(pwd)
79
ls -R $OUTPUT_PATH
80
- fetch_current_vm_to $(pwd)
+ fetch_current_vm_to $OUTPUT_PATH
81
# ensure the linux scripts are executable
82
chmod +x "$OUTPUT_PATH/pharo-launcher" "$OUTPUT_PATH/pharo-launcher-ui" || true
83
}
@@ -147,7 +147,7 @@ function fetch_current_vm_to() {
147
if [ -f "$LINUX_VM_PATH" ] ; then
148
unzip -q "$LINUX_VM_PATH" -d "$DEST_PATH/tmp"
149
echo "$DEST_PATH/pharo-vm/"
150
- ls -R "$DEST_PATH/pharo-vm/"
+ ls -R "$DEST_PATH"
151
mkdir "$DEST_PATH/pharo-vm/"
152
mv "$DEST_PATH"/tmp/* "$DEST_PATH/pharo-vm/"
153
else
0 commit comments