From: Chip Salzenberg Date: Sat, 29 Mar 1997 23:46:57 +0000 (+1200) Subject: Remove target before link() of perldiag.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3b6010a2721475ff9a5f9ca58e8e45fad2e99f1;p=p5sagit%2Fp5-mst-13.2.git Remove target before link() of perldiag.pod --- diff --git a/installperl b/installperl index 53468a9..a654b26 100755 --- a/installperl +++ b/installperl @@ -243,6 +243,7 @@ if (! $versiononly || !($installprivlib =~ m/\Q$]/)) { "${installarchlib}/pod/perldiag.pod"); if (compare($from, $to) || $nonono) { mkpath("${installarchlib}/pod", 1, 0777); + unlink($to); link($from, $to); } }