1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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

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