summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292020-05-21 13:19:20 +0200
committerSpike292020-05-21 13:19:20 +0200
commitc515a6fb98e1ef677210b70dd496b26edf5def12 (patch)
tree33f3f2ffbeaed80bb98c9ee044b46f3be7715aa1
parentd65a1df56bef607ab2344789b7fed090b2e96f52 (diff)
downloadaur-c515a6fb98e1ef677210b70dd496b26edf5def12.tar.gz
Add a commented line to fetch and compile submodules
-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".