link git-annex binary artifact

instead of PATH caveats
This commit is contained in:
Roland Walker 2014-02-24 12:08:28 -05:00
parent ff2ddfd813
commit 855b78bb95
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ class GitAnnex < Cask
version 'latest'
no_checksum
link 'git-annex.app'
binary 'git-annex.app/Contents/MacOS/git-annex'
caveats do
path_environment_variable "#{destination_path}/git-annex.app/Contents/MacOS"
files_in_usr_local
end
end