git-annex 5.20150731
Separate make to generate man pages is no longen needed. Closes Homebrew/homebrew#42847. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
6c83fa6ac8
commit
4dba9bd093
1 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,8 @@ class GitAnnex < Formula
|
|||
|
||||
desc "Manage files with git without checking in file contents"
|
||||
homepage "https://git-annex.branchable.com/"
|
||||
url "https://hackage.haskell.org/package/git-annex-5.20150727/git-annex-5.20150727.tar.gz"
|
||||
sha256 "9826836bd0eb4e35be8664862405afbf2ff4dff9a643b2f8ec61c295bd16099f"
|
||||
url "https://hackage.haskell.org/package/git-annex-5.20150731/git-annex-5.20150731.tar.gz"
|
||||
sha256 "a2eefd4c273f5510e8ee384cc4fb512bf10c76cc4b84f6fff5c255223bd853a1"
|
||||
|
||||
bottle do
|
||||
sha256 "fcccfd5a002c1a93e38a0d4a34580a194d9b6a2d751e0e067a62866e2bce11c3" => :yosemite
|
||||
|
@ -38,8 +38,6 @@ class GitAnnex < Formula
|
|||
bin.install "git-union-merge"
|
||||
system "make", "git-union-merge.1", "PREFIX=#{prefix}"
|
||||
end
|
||||
|
||||
system "make", "install-docs", "PREFIX=#{prefix}"
|
||||
end
|
||||
bin.install_symlink "git-annex" => "git-annex-shell"
|
||||
cabal_clean_lib
|
||||
|
|
Loading…
Reference in a new issue