summaryrefslogtreecommitdiff
path: root/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
blob: a2ca5b866282162f919a9d2b8780347d02e24343 (plain)
1
2
3
4
5
6
7
8
9
diff --git a/Setup.hs b/Setup.hs
index f90a9b2..97afb7f 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -25,3 +25,3 @@ main = defaultMainWithHooks simpleUserHooks
 		return (Nothing, [])	
-	, postCopy = myPostCopy
+	-- , postCopy = myPostCopy
 	}