Commit f0a393d2 authored by Benoit Daloze's avatar Benoit Daloze
Browse files

Use the full path to the post-install hook to help debugging issues

parent 9c6c9a3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -747,7 +747,7 @@ build_package_truffleruby() {
  build_package_copy

  cd "${PREFIX_PATH}"
  ./lib/truffle/post_install_hook.sh
  "${PREFIX_PATH}/lib/truffle/post_install_hook.sh"
}

remove_windows_files() {