tools/toolbox: Remove prepare step when setting up classic

The classic styling is no longer build from a subproject, so
there aren't any submodules that need initializing anymore.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3133>
This commit is contained in:
Florian Müllner 2024-01-22 13:50:33 +01:00 committed by Marge Bot
parent 1965ddc24f
commit ab40b5c711

View File

@ -74,7 +74,6 @@ setup_classic() {
local branch=${VERSION:+gnome-}${VERSION:-main} local branch=${VERSION:+gnome-}${VERSION:-main}
toolbox_run /usr/libexec/install-meson-project.sh \ toolbox_run /usr/libexec/install-meson-project.sh \
--prepare "git submodule update --init" \
-Dclassic_mode=true \ -Dclassic_mode=true \
https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git $branch https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git $branch
} }