mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Make 5.22.4 able to build 5.24
This commit is contained in:
parent
073b7d0b54
commit
654e317725
4 changed files with 115 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
# change unicode files to 5.24 version, in particular mktables
|
||||
# This is required to have the necessary tables for the 5.24 build
|
||||
mv ../perl-5.24.4/lib/unicore/{version,mktables,*.txt} lib/unicore/
|
||||
mv ../perl-5.24.4/lib/unicore/auxiliary/*.txt lib/unicore/auxiliary/
|
||||
mv ../perl-5.24.4/lib/unicore/extracted/*.txt lib/unicore/extracted/
|
||||
|
||||
default
|
||||
|
||||
mv Compress-Raw-Zlib_config.in cpan/Compress-Raw-Zlib/config.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue