Tika: fix libexec install typo

Closes Homebrew/homebrew#23227.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Matthew Caruana Galizia 2013-10-12 12:18:37 -03:00 committed by Adam Vandenberg
parent 44cf123cbc
commit 8b2c68c941
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Tika < Formula
end
def install
libexec.install "tika-app--#{version}.jar"
libexec.install "tika-app-#{version}.jar"
bin.write_jar_script libexec/"tika-app-#{version}.jar", "tika"
libexec.install resource('server')