Remove vestigial variants in directory name.
This commit is contained in:
parent
b0572a5462
commit
048c406f49
1 changed files with 1 additions and 5 deletions
|
@ -198,14 +198,10 @@ def hidden_file_paths(self):
|
|||
|
||||
def relative_path_for_spec(self, spec):
|
||||
_check_concrete(spec)
|
||||
|
||||
|
||||
if spec.external:
|
||||
return spec.external
|
||||
|
||||
enabled_variants = (
|
||||
'-' + v.name for v in spec.variants.values()
|
||||
if v.enabled)
|
||||
|
||||
dir_name = "%s-%s-%s" % (
|
||||
spec.name,
|
||||
spec.version,
|
||||
|
|
Loading…
Reference in a new issue