File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 11http://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
You can’t perform that action at this time.
0 commit comments