diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index a64233e..75bac9e 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -426,7 +426,7 @@ sub stow_contents { $self->stow_node( $stow_path, $package, - $node_target, # target + $node_target, # target, potentially adjusted for dot- prefix join_paths($source, $node), # source ); }