Commit 81da19cd by Sam Stephenson

Use $RUBY_BIN

parent fdfe71c0
...@@ -557,7 +557,7 @@ build_package_mac_openssl() { ...@@ -557,7 +557,7 @@ build_package_mac_openssl() {
# Post-install check that the openssl extension was built. # Post-install check that the openssl extension was built.
build_package_verify_openssl() { build_package_verify_openssl() {
"$PREFIX_PATH"/bin/ruby -e 'begin "$RUBY_BIN" -e 'begin
require "openssl" require "openssl"
rescue LoadError rescue LoadError
abort "The Ruby openssl extension was not compiled. Missing the OpenSSL lib?" abort "The Ruby openssl extension was not compiled. Missing the OpenSSL lib?"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment