hooks/do-fetch/00-distfiles: error out if distfiles aren't verified (found by Gottox).
This commit is contained in:
@@ -102,4 +102,8 @@ hook() {
|
|||||||
fi
|
fi
|
||||||
dfcount=$(($dfcount + 1))
|
dfcount=$(($dfcount + 1))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ "$rval" -ne 0 ]; then
|
||||||
|
msg_error "$pkgver: couldn't verify distfiles, exiting...\n"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user