Commit 978d03f6 authored by Ryan Lopopolo's avatar Ryan Lopopolo Committed by Benoit Daloze
Browse files

Fix artichoke-dev installer

The existing install function wiped out the prefix that build_package_copy
copied the binaries to. The subsequently created symlinks point to files
that don't exist on disk.
parent e80bfee5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -754,7 +754,6 @@ build_package_truffleruby() {
build_package_artichoke() {
  build_package_copy

  rm -rf "$PREFIX_PATH"
  mkdir -p "$PREFIX_PATH/bin"
  cd "${PREFIX_PATH}/bin"
  ln -fs ../artichoke ruby