From 5a4948eee8599552532d3a8a4777c46491736d64 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Wed, 9 Nov 2022 19:09:19 +0100 Subject: [PATCH] Update git-lfs-3.2.0.eb --- Golden_Repo/g/git-lfs/git-lfs-3.2.0.eb | 3 +++ 1 file changed, 3 insertions(+) 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 31497a18c..0e242eba3 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'] -- GitLab