summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bittner2018-09-05 15:43:44 -0400
committerDavid Bittner2018-09-05 15:43:44 -0400
commit71bfc54b009bee289d6357c5377200f1be7c813a (patch)
tree937a104399e3164e691d05db223e0db69a0b5278
parent7b19bd09971750bd3efbb3bbbb89774c8c1d6ad2 (diff)
downloadaur-71bfc54b009bee289d6357c5377200f1be7c813a.tar.gz
updating for submodules
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cb76e3ad49f..db09d5e8727b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,8 @@ prepare() {
build() {
cd "${_pkgname}"
+ git submodule init
+ git submodule update
cmake .
make
}