aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kinzer2014-05-25 19:46:51 -0400
committerJack Nagel2014-05-25 20:07:51 -0500
commit8e4e2aed38d7b730fdec4c1b36f618eed7fea5ce (patch)
treefde4a0c501ddf7c6dca38dba3fcba0b9095076cb
parent66f2d4f4d7184cd7ea38e771be2914ae71c8f653 (diff)
downloadhomebrew-8e4e2aed38d7b730fdec4c1b36f618eed7fea5ce.tar.bz2
mit-scheme: Fix file not found warning in inreplace
Closes #29574. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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 a06adf044..1370bab8b 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.c
+ edwin/techinfo.scm edwin/unix.scm lib/include/configure lib/include/option.h
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