projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
324b198
)
Remove target before link() of perldiag.pod
Chip Salzenberg [Sat, 29 Mar 1997 23:46:57 +0000 (11:46 +1200)]
installperl
patch
|
blob
|
blame
|
history
diff --git
a/installperl
b/installperl
index
53468a9
..
a654b26
100755
(executable)
--- 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);
}
}