summaryrefslogtreecommitdiffhomepage
path: root/vars/invariants_digest.vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars/invariants_digest.vars')
-rw-r--r--vars/invariants_digest.vars3
1 files changed, 1 insertions, 2 deletions
diff --git a/vars/invariants_digest.vars b/vars/invariants_digest.vars
index 38efb49f..e51e6af0 100644
--- a/vars/invariants_digest.vars
+++ b/vars/invariants_digest.vars
@@ -6,8 +6,7 @@ pkg_invariants_digest_all() {
local _fname="";
if ex_rtl_lmatch "${ARG_DIST}" , tbz2 \
|| ex_rtl_lmatch "${ARG_DIST}" , tgz \
- || ex_rtl_lmatch "${ARG_DIST}" , txz \
- || ex_rtl_lmatch "${ARG_DIST}" , zipdist; then
+ || ex_rtl_lmatch "${ARG_DIST}" , txz; then
ex_rtl_log_msg info "Compiling SHA256 sums...";
if [ -e "${PREFIX}/SHA256SUMS" ]; then
ex_rtl_fileop mv "${PREFIX}/SHA256SUMS" "${PREFIX}/SHA256SUMS.last";