diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-08 12:22:59 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-08 12:22:59 +0000 |
commit | f07cf794e2ddad870bcc5abe24ba4bd3bcabf9e2 (patch) | |
tree | efa1ad9ccd3fdc9b7edae13532ff634e83d8e832 /installperl | |
parent | 534825c439e9bf017f3cdaf88d284d58d5eac6bd (diff) | |
parent | e2dd80efbeb04f14cf6a5e2c74951336b91a72a8 (diff) | |
download | perl-f07cf794e2ddad870bcc5abe24ba4bd3bcabf9e2.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5611
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 656943c787..b2ddc84c24 100755 --- a/installperl +++ b/installperl @@ -375,7 +375,7 @@ if (! $versiononly) { if (! $versiononly) { safe_unlink("$installscript/pstruct$scr_ext"); - if ($^O eq 'dos' or $Is_VMS) { + if ($^O eq 'dos' or $Is_VMS or $^O eq 'transit') { copy("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); } else { link("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); |