Update tiv.rb

This commit is contained in:
Aaron Liu 2021-07-21 13:02:17 +08:00 committed by Stefan Haustein
parent bf4937d9f8
commit b3a94dc9ac

1
tiv.rb
View file

@ -16,6 +16,7 @@ class Tiv < Formula
"-s" "-s"
else else
system "make" system "make"
end
bin.install "tiv" bin.install "tiv"
end end
end end