MANPATH needs a trailing ':' to utilize system defaults (#21682)

otherwise spack breaks using system man pages by default.

Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
Andrew W Elble
2021-12-16 05:54:35 -05:00
committed by GitHub
parent bd0ffa8a3c
commit 96535cc4f9
3 changed files with 23 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ class Mpileaks(Package):
def install(self, spec, prefix):
touch(prefix.mpileaks)
mkdirp(prefix.man)
def setup_environment(self, senv, renv):
renv.set('FOOBAR', self.name)