Skip to content

Commit 4071e9f

Browse files
committed
load the new builder api paths
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent deab2fa commit 4071e9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

support/ci/builder-dev-plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ do_end() {
4444
build_line "Copying new runtime path and environment into package"
4545
cp -v "$pkg_prefix/RUNTIME_PATH" "$pkg_path/RUNTIME_PATH"
4646
cp -v "$pkg_prefix/RUNTIME_ENVIRONMENT" "$pkg_path/RUNTIME_ENVIRONMENT"
47+
cp -v "$pkg_prefix/PATH" "$pkg_path/PATH"
4748

4849
# shellcheck disable=2154
4950
rm -rf "${pkg_prefix}/../../${pkg_version}"

0 commit comments

Comments
 (0)