summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-05-12 14:31:17 +0200
committerLubosz Sarnecki2020-05-12 14:31:17 +0200
commitaf5c8e5cf0e9c9d812b58ee8dbea3e711ab9ee04 (patch)
treea694dfcfb4fa56b01224902112ec8b59fe8c571f
parent9cc792f90e83476abd2dee04c9b06b94c5eeb31e (diff)
downloadaur-af5c8e5cf0e9c9d812b58ee8dbea3e711ab9ee04.tar.gz
Fix build. Siril now needs a submodule.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b6222f1b96c..75b81e39c38b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ pkgver() {
build() {
cd "${_gitname}"
+ git submodule update --init --recursive
./autogen.sh --prefix=/usr
make
}