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 a89659d commit 4208850Copy full SHA for 4208850
steps/helpers.sh
@@ -524,7 +524,7 @@ src_checksum() {
524
if ! [ "$UPDATE_CHECKSUMS" = True ] ; then
525
# We avoid using pipes as that is not supported by initial sha256sum from mescc-tools-extra
526
local checksum_file=/tmp/checksum
527
- _grep "${pkg}_${revision}" "${SRCDIR}/SHA256SUMS.pkgs" > "${checksum_file}" || true
+ _grep "${pkg}_${revision}.tar.bz2" "${SRCDIR}/SHA256SUMS.pkgs" > "${checksum_file}" || true
528
# Check there is something in checksum_file
529
if ! [ -s "${checksum_file}" ]; then
530
echo "${pkg}: no checksum stored!"
0 commit comments