| Index: build/install-build-deps-android.sh
|
| diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
|
| index 0a90d3b10c059cf8a182622161bf143dfdc6ac92..d8bc11a7f7a3242bfe094382b198832f6250bc2b 100755
|
| --- a/build/install-build-deps-android.sh
|
| +++ b/build/install-build-deps-android.sh
|
| @@ -44,7 +44,7 @@ sudo apt-get -f install
|
| # be installed manually on late-model versions.
|
|
|
| # common
|
| -sudo apt-get -y install python-pexpect xvfb x11-utils
|
| +sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils
|
|
|
| if /usr/bin/lsb_release -r -s | grep -q "12."; then
|
| # Ubuntu 12.x
|
|
|