summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-Build__Configure.hs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-git-annex/files/patch-Build__Configure.hs')
-rw-r--r--devel/hs-git-annex/files/patch-Build__Configure.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/hs-git-annex/files/patch-Build__Configure.hs b/devel/hs-git-annex/files/patch-Build__Configure.hs
new file mode 100644
index 000000000000..ea06e561b749
--- /dev/null
+++ b/devel/hs-git-annex/files/patch-Build__Configure.hs
@@ -0,0 +1,11 @@
+--- ./Build/Configure.hs.orig 2014-07-09 22:09:05.000000000 +0200
++++ ./Build/Configure.hs 2014-07-13 15:15:00.000000000 +0200
+@@ -68,7 +68,7 @@
+ else search cmds
+
+ shacmds n = concatMap (\x -> [x, 'g':x]) $
+- map (\x -> "sha" ++ show n ++ x) ["sum", ""]
++ map (\x -> "gsha" ++ show n ++ x) ["sum", ""]
+
+ tmpDir :: String
+ tmpDir = "tmp"