(retracted by #16229)
Nikola Knezevic [Thu, 25 Apr 2002 23:03:31 +0000 (01:03 +0200)]
Subject: FIXIN problem under Win32
Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>

p4raw-id: //depot/perl@16195

lib/ExtUtils/MM_Unix.pm

index 9a8c4dc..2e11663 100644 (file)
@@ -2296,7 +2296,9 @@ sub installbin {
 EXE_FILES = @{$self->{EXE_FILES}}
 
 } . ($Is_Win32
-  ? q{FIXIN = pl2bat.bat
+  ? exists $ENV{PERL_CORE}
+  ? q{FIXIN = bin\pl2bat.bat
+} : q{FIXIN = pl2bat.bat
 } : q{FIXIN = $(PERLRUN) "-MExtUtils::MY" \
     -e "MY->fixin(shift)"
 }).qq{