diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-08 22:02:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-08 22:02:02 -0400 |
commit | e207b3dfb9b2197aa8dbdaab30441c9cb2a8dcb2 (patch) | |
tree | 3d8f70c886f8165ee8c04e8d6107d9d67c2942bf /git-annex.cabal | |
parent | 3fd892246184052b425a6284d32ac90e9e3ddd0e (diff) |
use Simple built type on Android
cabal cannot cross-compile with Custom
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 24fc251ee..125674a56 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -8,7 +8,7 @@ Stability: Stable Copyright: 2010-2012 Joey Hess License-File: COPYRIGHT Homepage: http://git-annex.branchable.com/ -Build-type: Custom +Build-type: Simple Category: Utility Synopsis: manage files with git, without checking their contents into git Description: |