funcoeszz: remove version from script file name

Closes Homebrew/homebrew#29203.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Robson Roberto Souza Peixoto 2014-05-12 16:20:41 -03:00 committed by Jack Nagel
parent 46ec9f9b1c
commit 4746ecf223
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@ class Funcoeszz < Formula
sha1 '33d6950dc83fd2118bc45a752c4a77be3b112573'
def install
prefix.install "funcoeszz-#{version}.sh"
prefix.install "funcoeszz-#{version}.sh" => "funcoeszz.sh"
end
def caveats; <<-EOS.undent
To use this software add to your profile:
source #{opt_prefix}/funcoeszz-#{version}.sh
source #{opt_prefix}/funcoeszz.sh
EOS
end
end