mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 05:15:24 +01:00
Change Python -> python
(lowercase convention)
This commit is contained in:
parent
a4d1a445ac
commit
6ec368ce37
46 changed files with 30 additions and 30 deletions
22
sysc/run2.sh
22
sysc/run2.sh
|
|
@ -103,27 +103,27 @@ build autogen-5.18.16 autogen-5.18.16.sh
|
|||
|
||||
build musl-1.2.3
|
||||
|
||||
build Python-2.0.1 stage1.sh
|
||||
build python-2.0.1 stage1.sh
|
||||
|
||||
build Python-2.0.1 stage2.sh
|
||||
build python-2.0.1 stage2.sh
|
||||
|
||||
build Python-2.3.7 stage1.sh
|
||||
build python-2.3.7 stage1.sh
|
||||
|
||||
build Python-2.3.7 stage2.sh
|
||||
build python-2.3.7 stage2.sh
|
||||
|
||||
build Python-2.5.6
|
||||
build python-2.5.6
|
||||
|
||||
build Python-3.1.5 stage1.sh
|
||||
build python-3.1.5 stage1.sh
|
||||
|
||||
build Python-3.1.5 stage2.sh
|
||||
build python-3.1.5 stage2.sh
|
||||
|
||||
build Python-3.3.7
|
||||
build python-3.3.7
|
||||
|
||||
build Python-3.4.10
|
||||
build python-3.4.10
|
||||
|
||||
build Python-3.8.16
|
||||
build python-3.8.16
|
||||
|
||||
build Python-3.11.1
|
||||
build python-3.11.1
|
||||
|
||||
if [ "$FORCE_TIMESTAMPS" = True ] ; then
|
||||
echo 'Forcing all files timestamps to be 0 unix time.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue