Skip to content
Snippets Groups Projects
Commit 16d6a931 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/task490' into 'main'

SLR 1.0: Assume that steam-runtime.tar.xz is a monolithic tarball

See merge request !744
parents 87bb21cf af0bdfe2
Branches
Tags
1 merge request!744SLR 1.0: Assume that steam-runtime.tar.xz is a monolithic tarball
......@@ -155,9 +155,9 @@ main () {
if [ "$theirs_should_be" != "$ours" ]; then
# Recover by unpacking a copy locally.
log "Recovering by unpacking $src.tar.xz* into ${here}/var/unpack..."
log "Recovering by unpacking $src.tar.xz into ${here}/var/unpack..."
mkdir -p "${here}/var/unpack"
cat "$src.tar.xz".* | tar -C "${here}/var/unpack" -Jxf-
tar -C "${here}/var/unpack" -Jxf "$src.tar.xz"
echo "$theirs_should_be" > "${here}/var/unpack/steam-runtime/checksum"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment