Skip to content

Commit 5ba8ac4

Browse files
committed
Fix metaconfig for 5.30
1 parent 636f1c8 commit 5ba8ac4

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

steps/perl-5.30.3/pass1.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ src_prepare() {
4242
perl lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
4343
perl regen/mk_invlists.pl
4444

45-
# regenerate configure
46-
ln -s ../metaconfig*/.package .
47-
ln -s ../metaconfig*/U .
45+
mconf_dir=$(echo ../metaconfig*)
46+
ln -s "$mconf_dir"/.package .
47+
ln -s "$mconf_dir"/U .
4848
metaconfig -m
4949

5050
# Glossary
51-
../metaconfig*/U/mkglossary > Porting/Glossary
51+
ln -s ../perl-* "$mconf_dir"/perl
52+
"$mconf_dir"/U/mkglossary > Porting/Glossary
53+
5254

5355
bash dist/Devel-PPPort/devel/mkapidoc.sh . \
5456
dist/Devel-PPPort/parts/apidoc.fnc \

steps/perl-5.30.3/sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
http://www.cpan.org/src/5.0/perl-5.30.3.tar.xz 6967595f2e3f3a94544c35152f9a25e0cb8ea24ae45f4bf1882f2e33f4a400f4
2-
git://github.com/Perl/metaconfig~5.26.1 https://github.com/Perl/metaconfig/archive/5.26.1.tar.gz 4641f5127a55cf2e1e8f9253ec27fba10b5b77076b4163e7f4bdc7f670d1aaf0
2+
git://github.com/Perl/metaconfig~5.30.3 https://github.com/Perl/metaconfig/archive/5.30.3.tar.gz 5cf99c51bbec95192e1b9b1e0d8f62d9413cabf64d0f4be0845c1fab3c4c1c9c

0 commit comments

Comments
 (0)