soundpipe: clean up install method (#28223)
This commit is contained in:
parent
4293ac1f6f
commit
f01aef5c3c
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue