File: comment_5_50777853f808d57b957f8ce9a0f84b3d._comment

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (10 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnHrjHxJAm39x8DR4bnbazQO6H0nMNuY9c"
 nickname="Damien"
 subject="sha256"
 date="2012-06-01T16:13:05Z"
 content="""
If you're missing the `sha256sum` command with Homebrew, it's provided by `coreutils`. You have to change your `$PATH` before running `cabal install git-annex.cabal`:

    PATH=\"$(brew --prefix coreutils)/libexec/gnubin:$PATH\"
"""]]