build/linux: Fix wrong extraction of repo*.tar

This commit is contained in:
Bruno Lopes 2025-08-08 15:58:03 -03:00
parent 877d5b0c1a
commit 19e83a0eb5
No known key found for this signature in database

View file

@ -57,8 +57,7 @@ if [ "$GITLAB_CI" ]; then
if [ -d 'repo' ]; then
rm -fr repo
fi
mkdir repo
tar xf repo-$ARCH.tar -C repo/ --warning=no-timestamp
tar xf repo-$ARCH.tar --warning=no-timestamp
fi