diff options
author | 2012-01-15 13:26:17 -0400 | |
---|---|---|
committer | 2012-01-15 13:49:32 -0400 | |
commit | 81856c3175fb011f4c9559a5be55c51ec6ad71cf (patch) | |
tree | 36822dd5ef61e2556b5c82f4d12f35488aca6a69 /git-annex.cabal | |
parent | 0eed604446ce09e375b8f409fc77d98df9459c23 (diff) |
add a configure check for StatFS
This way, the build log will indicate whether StatFS can be relied on.
I've tested all the failing architectures now, and on all of them,
the StatFS code now returns Nothing, rather than Just nonsense.
Also, if annex.diskreserve is set on a platform where StatFS is not
working, git-annex will complain.
Also, the Makefile was missing the sources target used when building with
cabal.
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 4aee161b6..aaa773a3d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120113 +Version: 3.20120114 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess <joey@kitenet.net> |