For spec-file-based installs, store the initial spec read from the file as the abstract spec

This commit is contained in:
Peter Josef Scheibel 2019-01-07 18:39:38 -08:00 committed by Todd Gamblin
parent b984adb386
commit 9f79995718

View File

@ -272,6 +272,7 @@ def install(parser, args, **kwargs):
tty.warn(msg.format(file))
continue
abstract_specs.append(s)
specs.append(s.concretized())
if len(specs) == 0: