summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-11-03 10:15:00 +0100
committerbartus2022-11-03 10:15:00 +0100
commitcb0ab870a2c854c1261ec0281f89add24db11008 (patch)
tree2c17e4df9ad77419320934db560a4f7a295d3890
parenta32890e962a3010cf9954d4a90b1d98b2cba6281 (diff)
downloadaur-cb0ab870a2c854c1261ec0281f89add24db11008.tar.gz
git: enable protocol file
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 255e8f781220..730afe0b65ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ pkgver() {
prepare() {
cd "$srcdir/blender"
# update the submodules
- git submodule update --init --recursive --remote
+ git -c protocol.file.allow=always submodule update --init --recursive --remote
git apply -v "${srcdir}"/{embree,usd_python}.patch
}