There was an error while loading. Please reload this page.
1 parent deab2fa commit 4071e9fCopy full SHA for 4071e9f
1 file changed
support/ci/builder-dev-plan.sh
@@ -44,6 +44,7 @@ do_end() {
44
build_line "Copying new runtime path and environment into package"
45
cp -v "$pkg_prefix/RUNTIME_PATH" "$pkg_path/RUNTIME_PATH"
46
cp -v "$pkg_prefix/RUNTIME_ENVIRONMENT" "$pkg_path/RUNTIME_ENVIRONMENT"
47
+ cp -v "$pkg_prefix/PATH" "$pkg_path/PATH"
48
49
# shellcheck disable=2154
50
rm -rf "${pkg_prefix}/../../${pkg_version}"
0 commit comments