diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-08 13:03:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-08 13:03:44 -0400 |
commit | 1de0e48e570485659fe822e39fae7fae28ede4ba (patch) | |
tree | 5c0f50e2c24ef9ce619fd18081bc583c67e5b6ba /standalone | |
parent | 33426c4255c874ee607dd701d405f07eb10e969d (diff) |
DAV fixed
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/install-haskell-packages | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 96f929937..d344a36fd 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -28,7 +28,6 @@ cabalinstall () { patched () { pkg=$1 ver=$2 - shift 1 if [ -z "$ver" ]; then cabal unpack $pkg else @@ -50,7 +49,7 @@ patched () { fi fi done - cabalinstall "$@" + cabalinstall rm -rf $pkg* cd .. } @@ -102,8 +101,7 @@ install_pkgs () { patched yesod patched shakespeare-text patched process-conduit - patched gnuidn - patched DAV 0.5.1 + patched DAV patched yesod-static patched uuid patched dns |