diff --git a/Golden_Repo/g/git-lfs/git-lfs-3.2.0.eb b/Golden_Repo/g/git-lfs/git-lfs-3.2.0.eb
index 31497a18c8b6ad8044af241ba4db73ea987bc485..0e242eba3f3c32d1580cf192ec5d95f404f472d4 100644
--- a/Golden_Repo/g/git-lfs/git-lfs-3.2.0.eb
+++ b/Golden_Repo/g/git-lfs/git-lfs-3.2.0.eb
@@ -10,6 +10,9 @@ description = """Git Large File Storage (LFS) replaces large files such as audio
 
 toolchain = SYSTEM
 
+# git-lfs downloads a bunch of stuff on $HOME and sets it read-only. This breaks
+# a second install. `chmod a-w $HOME/go` fixes it.
+
 github_account = name
 source_urls = [GITHUB_SOURCE]
 sources = ['v%(version)s.tar.gz']