sha256sum not so optional

This commit is contained in:
Joey Hess 2012-05-31 21:51:42 -04:00
parent 1f951de014
commit f5de183c71

View file

@ -7,7 +7,7 @@ sudo port install git-core ossp-uuid md5sha1sum coreutils pcre
sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre
# optional: this will enable the gnu tools, (to give sha224sum etc..., it does not override the BSD userland)
# this will enable the gnu tools, (to give sha256sum etc..., it does not override the BSD userland)
export PATH=$PATH:/opt/local/libexec/gnubin
git clone git://git-annex.branchable.com/ git-annex