From 8d44c858e7e56529af8e630b2d354d7cc3c5b469 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Sun, 13 Dec 2015 16:40:06 +0300 Subject: #782 fix, wrong checksum calculation command for OSX --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9937986..e9e3526 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,7 @@ define PREPARE_PKG_SOURCE endef PKG_CHECKSUM = \ - openssl sha256 '$(PKG_DIR)/$($(1)_FILE)' 2>/dev/null | $(SED) -n 's,^.*\([0-9a-f]\{64\}\)$$,\1,p' + openssl dgst -sha256 '$(PKG_DIR)/$($(1)_FILE)' 2>/dev/null | $(SED) -n 's,^.*\([0-9a-f]\{64\}\)$$,\1,p' CHECK_PKG_ARCHIVE = \ [ '$($(1)_CHECKSUM)' == "`$$(call PKG_CHECKSUM,$(1))`" ] -- cgit v0.12