From dadb152988e15c6bc212adf7a14defc8b3f7c054 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 14 Oct 2014 17:04:39 -0400 Subject: [PATCH] fix path --- standalone/android/install-haskell-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 376ad165fb..3e756cf7d5 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -34,7 +34,7 @@ patched () { pkg=$1 ver=$2 if [ -z "$ver" ]; then - ver="$(grep " $pkg " cabal.config | cut -d= -f 3 | sed 's/,$//')" + ver="$(grep " $pkg " ../cabal.config | cut -d= -f 3 | sed 's/,$//')" fi if [ -z "$ver" ]; then cabal unpack $pkg