summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Beard2023-02-19 22:49:28 +0000
committerJohn Beard2023-02-19 22:49:28 +0000
commit481710a1be7f0a9b106701cce35534a634c28e45 (patch)
tree78aaaa88bd3a349a5952f0f147f258bf2d9c0cf0
parent7df4ac210a3b70ffde8bf9741125e432e4505557 (diff)
downloadaur-481710a1be7f0a9b106701cce35534a634c28e45.tar.gz
Git protocol.file.allow=always for submodule update (thanks kempniu)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 076f0305f365..27205e02bf0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ prepare() {
git submodule init
git config submodule.native/inotify_simple.url "$srcdir/inotify_simple"
- git submodule update
+ git -c protocol.file.allow=always submodule update
# fix lib64/lib issue
sed 's/lib64/lib/g' -i Makefile