postgresql: fix weird spack message (#33770)
This commit is contained in:
parent
d1d668a9d5
commit
9ca7165ef0
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def install(self, spec, prefix):
|
||||||
with working_dir(os.path.join("src", subdir)):
|
with working_dir(os.path.join("src", subdir)):
|
||||||
make("install")
|
make("install")
|
||||||
else:
|
else:
|
||||||
AutotoolsPackage.install(self, spec, prefix)
|
super(Postgresql, self).install(spec, prefix)
|
||||||
|
|
||||||
def setup_run_environment(self, env):
|
def setup_run_environment(self, env):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
|
|
Loading…
Reference in a new issue