summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-18 13:35:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-18 13:35:42 -0400
commit4c9148bd96ffa928c798fc8b3b27393e7aa0e4e6 (patch)
tree6c1e744b015742ab8d676eab013ce4559031f7f1 /Makefile
parent7fa1a12a2435e69d7f4838cd373aee4bfb2a66df (diff)
typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0948e0687..62265f16e 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,7 @@ android: Build/EvilSplicer
# Some additional dependencies needed by the expanded splices.
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: /GHC-Options: -fno-warn-unused-imports/i' tmp/androidtree/git-annex.cabal
+ sed -i 's/GHC-Options: /GHC-Options: -fno-warn-unused-imports /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
if [ ! -e tmp/androidtree/dist/setup/setup ]; then \