summaryrefslogtreecommitdiff
path: root/devel/hs-git-annex/files/patch-Build__Configure.hs
blob: 4a60a71ad33265b70b143c9d981e215cae2dfb0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Build/Configure.hs.orig	2017-06-12 17:56:05 UTC
+++ Build/Configure.hs
@@ -75,7 +75,7 @@ shaTestCases l = map make l
 				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"