ruby: fix for --with-suffix
This commit is contained in:
parent
05c281c659
commit
faa8004472
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Ruby < Formula
|
|||
end
|
||||
|
||||
def self.ruby
|
||||
"#{opt_bin}/ruby"
|
||||
"#{opt_bin}/ruby#{"21" if build.with? "suffix"}"
|
||||
end
|
||||
end
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue