summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-10-20 17:57:20 +0200
committerAlexandre Bouvier2022-10-20 17:57:20 +0200
commitbda95444e8d8d73883332eed2b7b1a2e23c017c2 (patch)
tree68b96e53ebd3a940df965cb85eb855d74ad1454a /PKGBUILD
parent6c23ae321eebbc9104e730612d374265226c0fe3 (diff)
downloadaur-bda95444e8d8d73883332eed2b7b1a2e23c017c2.tar.gz
fix more
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9b4095c1394..57f9752c9fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,7 @@ prepare() {
cd $_reponame
git config submodule.core/deps/Vulkan-Headers.url ../Vulkan-Headers
git config submodule.core/deps/VulkanMemoryAllocator.url ../VulkanMemoryAllocator
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
patch -Np1 < ../unbundle-libs.patch
rm -r core/deps/libretro-common/include/libchdr
}