aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-10-20 10:33:59 +0100
committerMike McQuaid2014-10-20 10:34:59 +0100
commit8c30f0bb124d5b5ecee132649b17b98df5cb4f79 (patch)
treea10f1dd32e83c6cbaed8e6bb1dd4f5ac0dc6a850 /Library
parenta34bab3a722f688d77d1df61af565765bf7b40a2 (diff)
downloadhomebrew-8c30f0bb124d5b5ecee132649b17b98df5cb4f79.tar.bz2
mit-scheme: fix inreplace.
Fixes #33375.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mit-scheme.rb2
1 files changed, 1 insertions, 1 deletions
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