From: Adrian Chadd Date: Mon, 28 Nov 2016 06:25:58 +0000 (-0800) Subject: Merge pull request #117 from artlogic/patch-1 X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=commitdiff_plain;h=38a12178321ace47a200e5c9820d897a9029db79;hp=9deca3b8b552bd4871042793aaf9395e797cbf52 Merge pull request #117 from artlogic/patch-1 Change sha256sum to shasum -a 256 --- diff --git a/Makefile b/Makefile index aca678f..a383ae6 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ define Build $(DL_DIR)/$($(1)_TAR): mkdir -p $(DL_DIR) wget -N -P $(DL_DIR) $($(1)_URL) - printf "%s %s\n" $($(1)_SUM) $$@ | sha256sum -c + printf "%s %s\n" $($(1)_SUM) $$@ | shasum -a 256 -c $(DL_DIR)/$($(1)_DIR)/.prepared: $(DL_DIR)/$($(1)_TAR) tar -C $(DL_DIR) -x$(if $(findstring bz2,$($(1)_TAR)),j,z)f $(DL_DIR)/$($(1)_TAR)