From 73f28f810e9be6a701f9fd54e35a278badae6e55 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Mon, 12 Dec 2022 19:53:59 +0100 Subject: [PATCH] fix wrong checkout --- Golden_Repo/g/git/git-2.36.0-GCCcore-11.3.0-nodocs.eb | 2 ++ 1 file changed, 2 insertions(+) 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 b4bb0d644..449b9822c 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'], -- GitLab