mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Update dist, move earlier
This commit is contained in:
parent
a3e48fa302
commit
a5e363c2db
7 changed files with 9 additions and 7 deletions
11
steps/dist-3.5/files/config.sh.in
Normal file
11
steps/dist-3.5/files/config.sh.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
eunicefix=':'
|
||||
grep='grep'
|
||||
privlib='/usr/lib/perl5/@PERLVER@'
|
||||
VERSION='3'
|
||||
ENV='env'
|
||||
PATCHLEVEL='5'
|
||||
spitshell='cat'
|
||||
5
steps/dist-3.5/files/revision.h
Normal file
5
steps/dist-3.5/files/revision.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
//
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#define REVISION "236"
|
||||
32
steps/dist-3.5/pass1.sh
Executable file
32
steps/dist-3.5/pass1.sh
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# We manually compile here because ./Configure uses metaconfig itself
|
||||
# *sigh*
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed 's/@PERLVER@/5.6.2/' config.sh.in > config.sh
|
||||
find . -name Makefile.SH -delete
|
||||
rm -f Configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd mcon
|
||||
./mconfig.SH
|
||||
perl ../bin/perload -o mconfig > metaconfig
|
||||
cd ..
|
||||
|
||||
cd kit
|
||||
./manifake.SH
|
||||
cd ..
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${DESTDIR}${PREFIX}/bin/" "${DESTDIR}${PREFIX}/lib/perl5/5.6.2"
|
||||
install mcon/metaconfig "${DESTDIR}${PREFIX}/bin/"
|
||||
install kit/manifake "${DESTDIR}${PREFIX}/bin/"
|
||||
cp -r mcon/U/ "${DESTDIR}${PREFIX}/lib/perl5/5.6.2/"
|
||||
}
|
||||
17
steps/dist-3.5/patches/env.patch
Normal file
17
steps/dist-3.5/patches/env.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
This is not valid Perl, I don't really understand why it is here anyway.
|
||||
|
||||
SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
SPDX-License-Identifier: Artistic-1.0
|
||||
|
||||
--- dist-99eb95e214b87a84b0a7752adba30e9b0fec977f/bin/perload 2021-04-21 19:01:35.803767498 +1000
|
||||
+++ dist-99eb95e214b87a84b0a7752adba30e9b0fec977f/bin/perload 2021-04-21 19:01:47.959850217 +1000
|
||||
@@ -450,8 +450,6 @@
|
||||
:# This perl program uses dynamic loading [generated by perload]
|
||||
:#
|
||||
:
|
||||
-:$ENV{LC_ALL} = 'C';
|
||||
-:
|
||||
EOC
|
||||
$init_emitted = 1;
|
||||
}
|
||||
1
steps/dist-3.5/sources
Normal file
1
steps/dist-3.5/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
git://github.com/rmanfredi/dist~99eb95e214b87a84b0a7752adba30e9b0fec977f https://github.com/rmanfredi/dist/archive/99eb95e214b87a84b0a7752adba30e9b0fec977f.tar.gz 20cfcd13d588abdcb502c1c4682fb1f33ffefd307625b3b877d21ad938a7b705
|
||||
Loading…
Add table
Add a link
Reference in a new issue