espeak: tweak incorrect line
Don't need => if you aren't renaming something. Closes #3075. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
ede420140d
commit
808bdab943
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Espeak < Formula
|
|||
system "make", "speak", "DATADIR=#{share}/espeak-data", "PREFIX=#{prefix}"
|
||||
bin.install "speak" => "espeak"
|
||||
system "make", "libespeak.a", "DATADIR=#{share}/espeak-data", "PREFIX=#{prefix}"
|
||||
lib.install "libespeak.a" => "libespeak.a"
|
||||
lib.install "libespeak.a"
|
||||
system "make", "libespeak.so", "DATADIR=#{share}/espeak-data", "PREFIX=#{prefix}"
|
||||
lib.install "libespeak.so.1.1.48" => "libespeak.dylib"
|
||||
system "install_name_tool", "-id", "#{lib}/libespeak.dylib", "#{lib}/libespeak.dylib"
|
||||
|
|
Loading…
Reference in a new issue