Commit cde59a48 authored by Fabio Pelosin's avatar Fabio Pelosin

[SanboxBin] Include /usr/libexec

parent bc38c7ed
...@@ -35,7 +35,7 @@ require 'rbconfig' ...@@ -35,7 +35,7 @@ require 'rbconfig'
ruby_bin = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) ruby_bin = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
ruby_prefix = RbConfig::CONFIG['prefix'] ruby_prefix = RbConfig::CONFIG['prefix']
prefixes = ['/bin', '/usr/bin'] prefixes = ['/bin', '/usr/bin', '/usr/libexec']
prefixes << `brew --prefix`.strip unless `which brew`.strip.empty? prefixes << `brew --prefix`.strip unless `which brew`.strip.empty?
# TODO add MacPorts. More? # TODO add MacPorts. More?
......
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