mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Clean up perl 5.36
This commit is contained in:
parent
269c2e07fc
commit
e9489cab46
5 changed files with 26 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ src_prepare() {
|
|||
mconf_dir=$(echo ../metaconfig*)
|
||||
ln -s "$mconf_dir"/.package .
|
||||
ln -s "$mconf_dir"/U .
|
||||
# TODO This shouldn't be necessary, but I don't know how to fix it properly
|
||||
# The problem is that these files produce duplicates in config.h which
|
||||
# makes autodoc.pl very unhappy
|
||||
touch U/modified/{d_openat.U,d_vsnprintf.U,d_sched_yield.U} # null it
|
||||
metaconfig -m
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue