parent
b0c4fada5d
commit
14d8f63461
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@ class Racket < Formula
|
|||
inreplace etc/"racket/config.rktd" do |s|
|
||||
s.gsub!(
|
||||
/\(bin-dir\s+\.\s+"#{Regexp.quote(bin)}"\)/,
|
||||
"(bin-dir . \"#{HOMEBREW_PREFIX}/bin\")",
|
||||
"(bin-dir . \"#{HOMEBREW_PREFIX}/bin\")"
|
||||
)
|
||||
s.gsub!(
|
||||
/\n\)$/,
|
||||
"\n (default-scope . \"installation\")\n)",
|
||||
"\n (default-scope . \"installation\")\n)"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue