mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix metaconfig for 5.30
This commit is contained in:
parent
b0a2dc96ad
commit
1b276a1898
2 changed files with 7 additions and 5 deletions
|
|
@ -42,13 +42,15 @@ src_prepare() {
|
|||
perl lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
|
||||
perl regen/mk_invlists.pl
|
||||
|
||||
# regenerate configure
|
||||
ln -s ../metaconfig*/.package .
|
||||
ln -s ../metaconfig*/U .
|
||||
mconf_dir=$(echo ../metaconfig*)
|
||||
ln -s "$mconf_dir"/.package .
|
||||
ln -s "$mconf_dir"/U .
|
||||
metaconfig -m
|
||||
|
||||
# Glossary
|
||||
../metaconfig*/U/mkglossary > Porting/Glossary
|
||||
ln -s ../perl-* "$mconf_dir"/perl
|
||||
"$mconf_dir"/U/mkglossary > Porting/Glossary
|
||||
|
||||
|
||||
bash dist/Devel-PPPort/devel/mkapidoc.sh . \
|
||||
dist/Devel-PPPort/parts/apidoc.fnc \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
http://www.cpan.org/src/5.0/perl-5.30.3.tar.xz 6967595f2e3f3a94544c35152f9a25e0cb8ea24ae45f4bf1882f2e33f4a400f4
|
||||
git://github.com/Perl/metaconfig~5.26.1 https://github.com/Perl/metaconfig/archive/5.26.1.tar.gz 4641f5127a55cf2e1e8f9253ec27fba10b5b77076b4163e7f4bdc7f670d1aaf0
|
||||
git://github.com/Perl/metaconfig~5.30.3 https://github.com/Perl/metaconfig/archive/5.30.3.tar.gz 5cf99c51bbec95192e1b9b1e0d8f62d9413cabf64d0f4be0845c1fab3c4c1c9c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue