From ab40b5c711790f99b859b1e0951db00448631535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 22 Jan 2024 13:50:33 +0100 Subject: [PATCH] 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: --- tools/toolbox/create-toolbox.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/toolbox/create-toolbox.sh b/tools/toolbox/create-toolbox.sh index 5c06021e0..1c52b3f18 100755 --- a/tools/toolbox/create-toolbox.sh +++ b/tools/toolbox/create-toolbox.sh @@ -74,7 +74,6 @@ setup_classic() { local branch=${VERSION:+gnome-}${VERSION:-main} toolbox_run /usr/libexec/install-meson-project.sh \ - --prepare "git submodule update --init" \ -Dclassic_mode=true \ https://gitlab.gnome.org/GNOME/gnome-shell-extensions.git $branch }