(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
This commit is contained in:
Ryan Brown 2017-01-09 12:11:39 -05:00 committed by GitHub
commit a2b4ad9da0
4 changed files with 11 additions and 5 deletions

View file

@ -34,7 +34,6 @@ pkgver() {
build() {
cd $pkgname
git submodule update --init --recursive
make PYTHON=python2
}