summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3d68d7b9439..297a32be676a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,9 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}/"
+ # Optional, fetch submodules too (such as Crunch and Daemonmap, by default they are compiled if present)
+ # git submodule update --init --recursive
+
# Needs Internet; Downloads gamepacks
# Possible values for the GAMEPACKS_LICENSE_LIST filter are "free",
# "all" (free + proprietary) and "none".