summaryrefslogtreecommitdiff
path: root/packaging/arch
diff options
context:
space:
mode:
authorRyan Brown <sb@ryansb.com>2017-01-09 12:11:39 -0500
committerGitHub <noreply@github.com>2017-01-09 12:11:39 -0500
commita2b4ad9da0b64d61cb21b3b33a3b37ee1e87ef83 (patch)
tree4259252454a5a1672cac41e8a42764502a17f3b2 /packaging/arch
parent0a7f2c202b6b3dc5af7ead002c834ca1eeeca8ad (diff)
downloadansible-a2b4ad9da0b64d61cb21b3b33a3b37ee1e87ef83.tar.gz
(docs) Remove/update mentions of `git submodule` in docs and error me… (#19941)
* (docs) Remove/update mentions of `git submodule` in docs and error messages. * Remove parenthetical per @dharmabumstead
Diffstat (limited to 'packaging/arch')
-rw-r--r--packaging/arch/PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index f2f9422906..508dd1e3cb 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -34,7 +34,6 @@ pkgver() {
build() {
cd $pkgname
- git submodule update --init --recursive
make PYTHON=python2
}