On Sat, 2016-09-03 at 00:51 -0400, Samuel Dupree wrote: > /bin/sh: sha256sum: command not found > [checksum] hello-2.10.tar.gz failed checksum test! > make: *** [checksum-hello-2.10.tar.gz] Error 1 > > The problem appears to be with the command sha256sum. Mac OS X uses > shasum and not sha256sum. I haven't found where the sha256sum appears in > the makefiles that generated. > > Any thoughts?
In the file "gar/config.mk", add the following line: CHECKSUM_CMD = shasum That should do the trick. If not, let us know. -brandon
signature.asc
Description: This is a digitally signed message part
