soundpipe: clean up install method (#28223)

This commit is contained in:
ilovezfs 2018-05-24 01:42:41 -07:00 committed by GitHub
parent 4293ac1f6f
commit f01aef5c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,8 @@ class Soundpipe < Formula
depends_on "libsndfile" depends_on "libsndfile"
def install def install
system "make"
system "make", "install", "PREFIX=#{prefix}" system "make", "install", "PREFIX=#{prefix}"
pkgshare.install "test" pkgshare.install "examples", "test"
pkgshare.install "examples"
end end
test do test do