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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user