diff --git a/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb b/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb index b4bb0d64474b06abac2414b7243ca4e026046e95..449b9822ca6dfa82cf9fad2bdc069761ed7707ff 100644 --- a/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb +++ b/Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb @@ -39,6 +39,8 @@ preconfigopts = 'make configure && ' # will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" +postinstallcmds = ['cd contrib/subtree; make install'] + sanity_check_paths = { 'files': ['bin/git'], 'dirs': ['libexec/git-core', 'share'],