diff options
-rw-r--r-- | doc/forum/Ubuntu_PPA/comment_4_3a8bbd0a7450a7f5323cd13144824aea._comment | 12 | ||||
-rwxr-xr-x | standalone/android/install-haskell-packages | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Ubuntu_PPA/comment_4_3a8bbd0a7450a7f5323cd13144824aea._comment b/doc/forum/Ubuntu_PPA/comment_4_3a8bbd0a7450a7f5323cd13144824aea._comment new file mode 100644 index 000000000..335cc57ba --- /dev/null +++ b/doc/forum/Ubuntu_PPA/comment_4_3a8bbd0a7450a7f5323cd13144824aea._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://grossmeier.net/" + nickname="greg" + subject="All PPAs are outdated" + date="2013-05-08T17:38:04Z" + content=""" +My work preinstalled Ubuntu machine is now on Raring, and even there the version of git-annex is only 3.20121112ubuntu3; too old to have the webapp option enabled :/ The two PPAs mentioned here aren't configured to build for Raring, so even though the one from François has a build from May 1st (7 days ago), it doesn't help me ;) + +François: mind updating your PPA to support Raring? Thanks much if you do! + +Either that, or I'll take the time some day to do a proper install on this machine (read: Debian). ;-) +"""]] diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index db762f732..370cb0c32 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -123,6 +123,7 @@ install_pkgs () { --ghc-options=-I$HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/include/ \ --ld-options="-L $HOME/.ghc/android-14/arm-linux-androideabi-4.7/arm-linux-androideabi/sysroot/usr/lib/" onlycross patched network-protocol-xmpp 0.4.4 + onlynative network-protocol-xmpp patched shakespeare-css 1.0.2 patched shakespeare-i18n 1.0.0.2 patched shakespeare-js 1.1.2 |