From: Gurusamy Sarathy Date: Mon, 28 Feb 2000 07:04:22 +0000 (+0000) Subject: integrate cfgperl and vmsperl changes into mainline X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a7df08c305fc4608f99354a5d2f30a93594db08;p=p5sagit%2Fp5-mst-13.2.git integrate cfgperl and vmsperl changes into mainline p4raw-id: //depot/perl@5316 --- 2a7df08c305fc4608f99354a5d2f30a93594db08 diff --cc Porting/makerel index 2052fc8,2052fc8,2052fc8..4b8c277 --- a/Porting/makerel +++ b/Porting/makerel @@@@ -36,7 -36,7 -36,7 +36,7 @@@@ my (@local_patches, @lpatch_tags, $lpat @lpatch_tags = map { /^\s*,"(\w+)/ } @local_patches; $lpatch_tags = join "-", @lpatch_tags; ---$perl = "perl$vers"; +++$perl = "perl-$vers"; $reldir = "$perl"; $reldir .= "-$lpatch_tags" if $lpatch_tags;