mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-14 00:50:40 +00:00
chore: Normal clone so the gamescope checkout works
This commit is contained in:
parent
563d5b308b
commit
46124f49f9
@ -100,7 +100,7 @@ Summary: libs for %{name}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
# git clone --depth 1 --branch %%{gamescope_tag} %%{url}.git
|
# git clone --depth 1 --branch %%{gamescope_tag} %%{url}.git
|
||||||
git clone --depth 1 --branch master %{url}.git
|
git clone %{url}.git
|
||||||
cd gamescope
|
cd gamescope
|
||||||
git checkout %{gamescope_commit}
|
git checkout %{gamescope_commit}
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
Loading…
Reference in New Issue
Block a user