diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-26 17:56:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-26 17:56:41 -0400 |
commit | 357c16ba9898e013345a0d56202a0cf3ba63b008 (patch) | |
tree | 8ccdc1b21f45caf632a6745376009a9e76b8af14 /doc | |
parent | 7d96ecf082eaba9793215443e5f8478bc9139774 (diff) |
fix gnutls to link, again
I don't know why, but I keep finding that the way I hacked this to work
before doesn't work and a new way is needed. Perhaps changes to cabal made
my old hacks break?
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/Android.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 537f6d518..1731f108a 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -27,9 +27,9 @@ of Bath CS department. git-annex can be built from source for Android. 1. Run `standalone/android/buildchroot` as root (requires debootstrap). - This builds a chroot with an `androidbuilder` user. + This builds a chroot with an `builder` user. The rest of the build will run in this chroot as that user. -2. Then run `standalone/android/install-haskell-packages` +2. In the chroot, run `standalone/android/install-haskell-packages` Note that this will break from time to time as new versions of packages are released, and the patches it applies have to be updated when this happens. |