postgresql: fix weird spack message (#33770)

This commit is contained in:
snehring 2022-11-09 08:25:22 -06:00 committed by GitHub
parent d1d668a9d5
commit 9ca7165ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ def install(self, spec, prefix):
with working_dir(os.path.join("src", subdir)):
make("install")
else:
AutotoolsPackage.install(self, spec, prefix)
super(Postgresql, self).install(spec, prefix)
def setup_run_environment(self, env):
spec = self.spec