summaryrefslogtreecommitdiff
path: root/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_1_0a0c8c62ca4d314f14d50306546c33c2._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/Uninstalling_removes_libcrypto.dll/comment_1_0a0c8c62ca4d314f14d50306546c33c2._comment')
-rw-r--r--doc/bugs/Uninstalling_removes_libcrypto.dll/comment_1_0a0c8c62ca4d314f14d50306546c33c2._comment21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_1_0a0c8c62ca4d314f14d50306546c33c2._comment b/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_1_0a0c8c62ca4d314f14d50306546c33c2._comment
deleted file mode 100644
index 941f41361..000000000
--- a/doc/bugs/Uninstalling_removes_libcrypto.dll/comment_1_0a0c8c62ca4d314f14d50306546c33c2._comment
+++ /dev/null
@@ -1,21 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 1"""
- date="2014-12-01T23:15:42Z"
- content="""
-Hmm, git-annex bundles a libcrypto.dll, and so the uninstallation
-process should remove that.
-
-I suspect what's going on is that the uninstaller is accidentially
-being told the full path to the library, as it was on the build system.
-
-Hmm, doesn't seem so, relevant code is:
-
- removefilesFrom d = mapM_ (\f -> delete [RebootOK] $ fromString $ d ++ "/" ++ takeFileName f)
-
-Note `takeFileName`..
-
-Alternate theory: Maybe if git-annex is installed before git, it
-installs libcrypto.dll. Then maybe git's installer sees that is installed
-and doesn't install its own copy.
-"""]]