scsh: remove extraneous scheme48 includes

Fixes https://github.com/Homebrew/legacy-homebrew/issues/35700.

Closes #70.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Tim D. Smith 2016-04-04 20:46:10 -07:00
parent 9c7bbbe18f
commit 999d064bb8

View file

@ -18,8 +18,6 @@ class Scsh < Formula
depends_on "scheme48"
end
conflicts_with "scheme48", :because => "both install include/scheme48.h"
def install
if build.head?
system "autoreconf"
@ -35,5 +33,6 @@ class Scsh < Formula
"--infodir=#{info}",
"--mandir=#{man}"
system "make", "install"
rm_rf include
end
end