summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-annex')
-rw-r--r--dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch b/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
deleted file mode 100644
index a2ca5b866282..000000000000
--- a/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-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
- }