diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-14 17:04:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-14 17:04:39 -0400 |
commit | ad80fccdf9880c5da5ca9a17379da63f86d58d9d (patch) | |
tree | a314833285c75faa18b532c3d114ce76ebaa31de /standalone | |
parent | 8e78c25e0ef5511133771187e5e5f4ea8f09de2d (diff) |
fix path
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/install-haskell-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 376ad165f..3e756cf7d 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 |