X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=installperl;h=78d7ed7e6d1051d0baf7dca56e35a6a0d91cda4f;hb=0df67ae6657908368da0106eaece7afb31cc07d7;hp=09ffc806dd53505e429427be0c2f49fd958d780c;hpb=0185066f9a43dc5a4d6cf84b0d34d31afa12c47d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/installperl b/installperl index 09ffc80..78d7ed7 100755 --- a/installperl +++ b/installperl @@ -377,6 +377,7 @@ if (! $versiononly) { safe_unlink("$installscript/pstruct$scr_ext"); if ($^O eq 'dos' or $Is_VMS or $^O eq 'transit') { copy("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); + chmod(0755, "$installscript/pstruct$scr_ext"); } else { link("$installscript/c2ph$scr_ext", "$installscript/pstruct$scr_ext"); }