mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 09:32:41 +02:00
build/linux: Fix wrong extraction of repo*.tar
This commit is contained in:
@@ -57,8 +57,7 @@ if [ "$GITLAB_CI" ]; then
|
|||||||
if [ -d 'repo' ]; then
|
if [ -d 'repo' ]; then
|
||||||
rm -fr repo
|
rm -fr repo
|
||||||
fi
|
fi
|
||||||
mkdir repo
|
tar xf repo-$ARCH.tar --warning=no-timestamp
|
||||||
tar xf repo-$ARCH.tar -C repo/ --warning=no-timestamp
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user