summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-05-03 17:05:53 -0700
committerLlewelyn Trahaearn2017-05-03 17:05:53 -0700
commit30ee8c547cabd0376f37b1ac5a4b1632a0c84c97 (patch)
treec96aaef654d104fc74b40c5c4e7edd2876ace595 /PKGBUILD
parentf410a08d91b6c3f7a2d7ad603c50ea4547950280 (diff)
downloadaur-30ee8c547cabd0376f37b1ac5a4b1632a0c84c97.tar.gz
Remove habitually added, superfluous flag.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23a9a4a3ce47..e02a0bb92450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ sha512sums=('SKIP')
prepare() {
cd "${pkgname}"
[[ -d build ]] || mkdir build
- git submodule update --init --recursive
+ git submodule update --init
}
build() {