From 46124f49f98a50187672cf6d245487d56878f2d6 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 9 Dec 2024 23:36:27 -0800 Subject: [PATCH] chore: Normal clone so the gamescope checkout works --- spec_files/gamescope/gamescope.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec_files/gamescope/gamescope.spec b/spec_files/gamescope/gamescope.spec index 45452ef4..c4b8e784 100644 --- a/spec_files/gamescope/gamescope.spec +++ b/spec_files/gamescope/gamescope.spec @@ -100,7 +100,7 @@ Summary: libs for %{name} %prep # git clone --depth 1 --branch %%{gamescope_tag} %%{url}.git -git clone --depth 1 --branch master %{url}.git +git clone %{url}.git cd gamescope git checkout %{gamescope_commit} git submodule update --init --recursive