From 8e4e2aed38d7b730fdec4c1b36f618eed7fea5ce Mon Sep 17 00:00:00 2001 From: David Kinzer Date: Sun, 25 May 2014 19:46:51 -0400 Subject: mit-scheme: Fix file not found warning in inreplace Closes #29574. Signed-off-by: Jack Nagel --- Library/Formula/mit-scheme.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3