diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-15 20:30:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-15 20:49:41 -0400 |
commit | 5ede769333ab735e4f4d3a92cd18f4e94dde7b32 (patch) | |
tree | 4212718d0c03f4a743bc383c30009808754b7e71 /Makefile | |
parent | befbf635140e07862393943b7fb9f63dac104d4b (diff) |
add some more modules used by TH splices
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ android: Build/EvilSplicer # and not overwritten.) cp -uR tmp/splices/* tmp/androidtree # Some additional dependencies needed by the expanded splices. - sed -i 's/^ Build-Depends: / Build-Depends: yesod-core, shakespeare-js, shakespeare, blaze-markup, /' tmp/androidtree/git-annex.cabal + sed -i 's/^ Build-Depends: / Build-Depends: yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, /' 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 \ |