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 590d51a commit 4aa858aCopy full SHA for 4aa858a
tool/make-standalone-distribution.sh
@@ -76,7 +76,7 @@ archive_basename="truffleruby-$version-$os-$arch"
76
77
release_home="$PREFIX/$archive_basename"
78
# Rename the Ruby standalone distribution created by the vm suite
79
-cp -R mxbuild/$os-$arch/RUBY_STANDALONE_SVM/* "$release_home"
+cp -R mxbuild/$os-$arch/RUBY_STANDALONE_SVM*/* "$release_home"
80
81
# Create archive
82
cd "$PREFIX"
0 commit comments