do_install : use build_system_class attribute instead of type(self).__base__

This commit is contained in:
alalazo 2016-10-22 10:48:16 +02:00
parent c84123dce5
commit 8091a3d6cb

View File

@ -1181,8 +1181,9 @@ def build_process():
else:
self.do_stage()
tty.msg("Building {0} [{1}]".format(
self.name, type(self).__base__))
tty.msg(
'Building {0} [{1}]'.format(self.name, self.build_system_class)
)
self.stage.keep = keep_stage
self.build_directory = join_path(self.stage.path, 'spack-build')