summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-01 21:06:51 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-01 21:06:51 +0200
commitf611b9c0e05eaaa5c1466f0996fcb402964ee58d (patch)
tree189dc54f0da5506eba4eff12e99716660f8277ff /mk
parent2e1c9812e8d20faf1308a788dc66ae20c66346f0 (diff)
parent8c9c4a3460061926147b67c0a14bf23fa9f44a10 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index 6365b4c13..64d94cb24 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -31,7 +31,7 @@ ifneq ($(ADK_DISABLE_CHECKSUM),y)
@if [ ! -e $(firstword ${FULLDISTFILES}).nohash ]; then \
OK=n; \
allsums="$(strip ${PKG_HASH})"; \
- (shasum -a 256 ${FULLDISTFILES}; echo exit) | while read sum name; do \
+ (sha256sum ${FULLDISTFILES}; echo exit) | while read sum name; do \
if [[ $$sum = exit ]]; then \
[[ $$OK = n ]] && echo >&2 "==> No distfile found!" || :; \
[[ $$OK = 1 ]] || exit 1; \