summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 920f0367b5..387f4b3560 100755
--- a/installperl
+++ b/installperl
@@ -240,7 +240,7 @@ my @corefiles;
if ($Is_VMS) { # We did core file selection during build
my $coredir = "lib/$Config{'arch'}/$ver";
$coredir =~ tr/./_/;
- @corefiles = <$coredir/*.*>;
+ @corefiles = map { s|^$coredir/||i; } <$coredir/*.*>;
}
else {
# [als] hard-coded 'libperl' name... not good!