We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ff454 commit 01073f0Copy full SHA for 01073f0
scripts/build_image.sh
@@ -32,9 +32,9 @@ wget --no-verbose http://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22
32
tar xvf Squeak6.0-22104-64bit-202206021410-Linux-x64.tar.gz
33
mv Squeak6.0-22104-64bit-202206021410-Linux-x64 Squeak-6.0
34
35
-mv Squeak6.0/shared/*.image "${DEPLOY_IMAGE}"
36
-mv Squeak6.0/shared/*.changes "${DEPLOY_CHANGES}"
37
-mv Squeak6.0/shared/SqueakV60.sources .
+mv Squeak-6.0/shared/*.image "${DEPLOY_IMAGE}"
+mv Squeak-6.0/shared/*.changes "${DEPLOY_CHANGES}"
+mv Squeak-6.0/shared/SqueakV60.sources .
38
39
print_info "Preparing image..."
40
EXIT_STATUS=0
0 commit comments