diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-16 13:50:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-16 13:50:12 -0400 |
commit | 69a1cf9b112fd06d5d28b60ceba8ef82edfb1a9f (patch) | |
tree | e82159031e9f56461deea0b0de5fe5ff4b929a53 | |
parent | b6a5542213b5a6b0c2447f3d9ffdeddf3aa03d02 (diff) |
fix path
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ android: Build/EvilSplicer sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, file-embed, wai-app-static, /' tmp/androidtree/git-annex.cabal # Avoid warnings due to sometimes unused imports added for the splices. sed -i 's/GHC-Options: \(.*\)-Wall/GHC-Options: \1-Wall -fno-warn-unused-imports /i' tmp/androidtree/git-annex.cabal - sed -i 's/Extensions: /Extensions: MagicHash /i' tmp/no-th-tree/git-annex.cabal + sed -i 's/Extensions: /Extensions: MagicHash /i' tmp/androidtree/git-annex.cabal # Cabal cannot cross compile with custom build type, so workaround. sed -i 's/Build-type: Custom/Build-type: Simple/' tmp/androidtree/git-annex.cabal # Build just once, but link twice, for 2 different versions of Android. |