summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0447b2f11205..41afdacdfc7e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ sha256sums=('SKIP'
prepare() {
cd "MEGAsync"
git config submodule.src/MEGASync/mega.url "../meganz-sdk"
- git submodule update --init
+ git -c protocol.file.allow=always submodule update --init
git -C src/MEGASync/mega apply -v "$srcdir/ffmpeg.patch"
cd "src/MEGASync"