From 8c30f0bb124d5b5ecee132649b17b98df5cb4f79 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 20 Oct 2014 10:33:59 +0100 Subject: mit-scheme: fix inreplace. Fixes #33375. --- Library/Formula/mit-scheme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb index 1370bab8b..2f4cf22ae 100644 --- a/Library/Formula/mit-scheme.rb +++ b/Library/Formula/mit-scheme.rb @@ -28,7 +28,7 @@ class MitScheme < Formula # Take care of some hard-coded paths inreplace %w(6001/edextra.scm 6001/floppy.scm compiler/etc/disload.scm microcode/configure - edwin/techinfo.scm edwin/unix.scm lib/include/configure lib/include/option.h + edwin/techinfo.scm edwin/unix.scm lib/include/configure swat/c/tk3.2-custom/Makefile swat/c/tk3.2-custom/tcl/Makefile swat/scheme/other/btest.scm) do |s| s.gsub! "/usr/local", prefix end -- cgit v1.2.3