diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-08 22:33:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-08 22:33:30 -0400 |
commit | b7a25f951c3dc3306b0ebd1a652cd5ed8fc76b65 (patch) | |
tree | f980957faf19135f78e44aa9fce50b9b5d1fac18 /doc | |
parent | dc4510da2b3c6c609b6caca3ee15d75498b6977c (diff) |
last few fixes to install-haskell-packages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/Android.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index dbaa58fe8..dbd0c0198 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -25,7 +25,7 @@ process: * You will need to have the Android SDK and NDK installed; see `standalone/android/Makefile` to configure the paths to them. You'll also need ant, and the JDK. -* In `standalone/android/`, run `install-haskell-packages native; install-haskell-packages` +* In `standalone/android/`, run `install-haskell-packages native` * You also need to install git and all the utilities listed on [[fromscratch]], on the system doing the building. * Then to build the full Android app bundle, use `make androidapp` |