mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Actually we don't need 5.40.3
This commit is contained in:
parent
68a09eaa1c
commit
a888adde33
9 changed files with 4 additions and 179 deletions
|
|
@ -43,7 +43,9 @@ src_prepare() {
|
|||
perl regen/miniperlmain.pl
|
||||
perl regen/unicode_constants.pl
|
||||
perl lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
|
||||
perl -Ilib regen/mk_invlists.pl
|
||||
mkdir lib_unicore
|
||||
ln -s ../lib/unicore lib_unicore/
|
||||
perl -Ilib_unicore regen/mk_invlists.pl
|
||||
|
||||
# regenerate configure
|
||||
mconf_dir=$(echo ../metaconfig*)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ index 5d30ee2234..f02c07a9af 100644
|
|||
@@ -1,12 +1,10 @@
|
||||
#!perl
|
||||
-use v5.41.9;
|
||||
+use v5.40.3;
|
||||
+use v5.36.3;
|
||||
use utf8;
|
||||
use re "/aa";
|
||||
use feature 'signatures';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue