mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue