Lines Matching refs:sourcefile
742 my $sourcefile = File::Spec->catfile($sourcedir, $origfile);
745 if ( $sourcefile=~/$pat/ ) {
748 $result->{install_filtered}{$sourcefile} = $pat;
756 my $diff = $always_copy || _compare($sourcefile, $targetfile);
763 $targetdir, $targetfile, $sourcedir, $sourcefile,
777 $targetdir, $targetfile, $sourcedir, $sourcefile)= @$found;
791 _copy( $sourcefile, $targetfile, $verbose, $dry_run, );
803 $result->{install}{$targetfile} = $sourcefile;
806 $result->{install_fail}{$targetfile} = $sourcefile;
810 $result->{install_unchanged}{$targetfile} = $sourcefile;
815 inc_uninstall($sourcefile,$ffd, $verbose,