summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-10-20 18:03:23 +0200
committerAlexandre Bouvier2022-10-20 18:03:23 +0200
commit7f705a5e2569a8da5fc77051afcacf9ed4b3e5be (patch)
tree83777edc936a152a5e856aeb397f96ac2408d245
parent2680d1c425674ce18b98c73e623c0cd711522e39 (diff)
downloadaur-7f705a5e2569a8da5fc77051afcacf9ed4b3e5be.tar.gz
fix more
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e0bb3992c1f..8c444b1c01a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ prepare() {
git config submodule.ui/keycodemapdb.url ../keycodemapdb
git config submodule.ui/thirdparty/imgui.url ../imgui
git config submodule.ui/thirdparty/implot.url ../implot
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
mkdir ../build tomlplusplus/include
python scripts/gen-license.py > XEMU_LICENSE
}