Skip to content

Commit

Permalink
staden-io-lib 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo authored Mar 2, 2024
1 parent 43672d9 commit 5c4d8d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/staden-io-lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ def install
pkgshare.install "tests"

# Avoid references to Homebrew shims
os = OS.mac? ? "mac" : "linux"
inreplace pkgshare/"tests/Makefile", HOMEBREW_LIBRARY/"Homebrew/shims/#{os}/super/", "/usr/bin/"
rm pkgshare/"tests/cram_io_test"
if OS.linux?
inreplace pkgshare/"tests/Makefile", HOMEBREW_LIBRARY/"Homebrew/shims/linux/super/", "/usr/bin/"
rm pkgshare/"tests/cram_io_test"
end
end

test do
Expand Down

0 comments on commit 5c4d8d8

Please sign in to comment.