For spec-file-based installs, store the initial spec read from the file as the abstract spec
This commit is contained in:
parent
b984adb386
commit
9f79995718
@ -272,6 +272,7 @@ def install(parser, args, **kwargs):
|
|||||||
tty.warn(msg.format(file))
|
tty.warn(msg.format(file))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
abstract_specs.append(s)
|
||||||
specs.append(s.concretized())
|
specs.append(s.concretized())
|
||||||
|
|
||||||
if len(specs) == 0:
|
if len(specs) == 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user