guix: temp fix attest script for flatpak

This commit is contained in:
tobtoht 2024-03-13 20:18:11 +01:00
parent 733bc8d253
commit 64e77d397e
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -121,6 +121,8 @@ if (( ${#sha256sum_fragments[@]} )); then
for logdir in "${sha256sum_fragments[@]}"; do
echo " '$logdir'"
case "$logdir" in
"$LOGDIR_BASE"/*.pack/SHA256SUMS.part)
;;
"$LOGDIR_BASE"/*-codesigned/SHA256SUMS.part)
codesigned_fragments+=("$logdir")
;;
@ -135,6 +137,8 @@ else
exit 1
fi
noncodesigned_fragments+=("$OUTDIR_BASE/x86_64-linux-gnu.pack/SHA256SUMS.part")
##############
## Attest ##
##############