We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed20b4 commit d25949bCopy full SHA for d25949b
steps/helpers.sh
@@ -529,7 +529,7 @@ src_checksum() {
529
if ! [ "$UPDATE_CHECKSUMS" = True ] ; then
530
# We avoid using pipes as that is not supported by initial sha256sum from mescc-tools-extra
531
local checksum_file=/tmp/checksum
532
- _grep "${pkg}_${revision}" "${SRCDIR}/SHA256SUMS.pkgs" > "${checksum_file}" || true
+ _grep "${pkg}_${revision}.tar.bz2" "${SRCDIR}/SHA256SUMS.pkgs" > "${checksum_file}" || true
533
# Check there is something in checksum_file
534
if ! [ -s "${checksum_file}" ]; then
535
echo "${pkg}: no checksum stored!"
0 commit comments