continue flogging the string->int conversion ifdefs
[p5sagit/p5-mst-13.2.git] / installperl
index f6e45f5..cd3e0a3 100755 (executable)
@@ -375,7 +375,7 @@ if (! $versiononly) {
 
 if (! $versiononly) {
     safe_unlink("$installscript/pstruct$scr_ext");
-    if ($osname eq 'dos' or $Is_VMS or $osname eq 'transit') {
+    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 {