Skip to content

Commit

Permalink
a hack that will make local install work for MCH jenkins workflow: wi…
Browse files Browse the repository at this point in the history
…ll break RPM build
  • Loading branch information
bcumming committed Jul 9, 2024
1 parent 4fdf13d commit 0340000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ run install -v -m755 -D "${oras_path}/oras" "${destdir}/${oras_exe_path}"
echo "installing $init_path"
run install -v -m644 -D <(
sed \
-e "s|@@impl@@|$impl_path|g" \
-e "s|@@impl@@|${destdir}/$impl_path|g" \
-e "s|@@version@@|$version|g" \
-e "s|@@prefix@@|$prefix|g" \
-e "s|@@image_impl@@|$img_impl_path|g" \
-e "s|@@wrapper@@|$wrapper_path|g" \
-e "s|@@image_impl@@|${destdir}/$img_impl_path|g" \
-e "s|@@wrapper@@|${destdir}/$wrapper_path|g" \
$script_path/activate) \
$init_path

Expand Down

0 comments on commit 0340000

Please sign in to comment.