summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22c8c539463d..bff592a293fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,8 @@ pkgver() {
prepare() {
cd canonical-multipass
- git am < "${srcdir}/0001-Update-to-Qt-5.15-API.patch"
git submodule update --init --recursive
+ git am < "${srcdir}/0001-Update-to-Qt-5.15-API.patch"
}
build() {