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:
parent
9c7bbbe18f
commit
999d064bb8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue