Skip to content

Commit

Permalink
git-annex: use unversioned gcc binary name.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed May 16, 2014
1 parent 81742cd commit badac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/git-annex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def install
cabal_sandbox do
cabal_install_tools "alex", "happy", "c2hs"
# gcc required to build gnuidn
cabal_install "--with-gcc=#{Formula["gcc"].bin}/gcc-4.8", "--only-dependencies"
cabal_install "--with-gcc=#{Formula["gcc"].bin}/gcc", "--only-dependencies"
cabal_install "--prefix=#{prefix}"
end
system "make", "git-annex.1", "git-annex-shell.1"
Expand Down

0 comments on commit badac84

Please sign in to comment.