Add a comment explaining that $node_target can be adjusted for dot- prefix
This commit is contained in:
parent
a3700e7171
commit
72084f6fec
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ sub stow_contents {
|
||||||
$self->stow_node(
|
$self->stow_node(
|
||||||
$stow_path,
|
$stow_path,
|
||||||
$package,
|
$package,
|
||||||
$node_target, # target
|
$node_target, # target, potentially adjusted for dot- prefix
|
||||||
join_paths($source, $node), # source
|
join_paths($source, $node), # source
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue