logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: aa02f6c72abbe8d042e8cf424d9ccc93d9e36b7f
parent 6466cdc890f36ac383d01f83678e688557a81a4c
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Sat, 22 Mar 2025 20:53:25 +0200

Merge pull request #518 from fosslinux/findutils-regen

findutils: remove pregened files

Diffstat:

Msteps/SHA256SUMS.pkgs2+-
Msteps/findutils-4.2.33/pass1.sh9++++++---
2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/steps/SHA256SUMS.pkgs b/steps/SHA256SUMS.pkgs @@ -44,7 +44,7 @@ fc850c6f141717ccece106592f6a8edc0cae0d5e9f0968f111455d00072541b6 diffutils-3.10 c30d11b798f3a6198f339ec98a88f8971c6ec13d5dcb10cb7af780752e97509f e2fsprogs-1.45.7_0.tar.bz2 139af6684f275e362e5c247bb830e85c888aa6c263622c1f3e967b2f71ff38f4 ed-1.4_0.tar.bz2 208759203a1d9dff0662e77c2cb0c403e071a92f64be6f6b9eaa1ff7911b6318 file-5.44_0.tar.bz2 -eec07e0d710ed3dd8d0ba6a1ec6ca9f1fa3a611bbb225195435679175317bf90 findutils-4.2.33_0.tar.bz2 +f6c65eef86aa9f5317396a8443b25ed87a18f72d07dfd2231a594aa2c1a68942 findutils-4.2.33_0.tar.bz2 0fb7580f81433aaf9f560e796799c0875c33a8ddf1da27ea523f6f895a1797e6 flex-2.5.11_0.tar.bz2 9cb13b1e60c2c860e2f6fb11efffa74646290ef8461fbc43ed6e5ccfc3bd673f flex-2.5.33_0.tar.bz2 9e898068d570b5cfa016f0e14819d7f7a6577bae9177ef1e9bb62866d5b0f0b9 flex-2.6.4_0.tar.bz2 diff --git a/steps/findutils-4.2.33/pass1.sh b/steps/findutils-4.2.33/pass1.sh @@ -1,17 +1,20 @@ # SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu> -# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space> +# SPDX-FileCopyrightText: 2022,2025 fosslinux <fosslinux@aussies.space> # # SPDX-License-Identifier: GPL-3.0-or-later src_prepare() { + # technically lib/gnulib-version.c is also generated, but it's entirely + # unproblematic . ../../import-gnulib.sh default - AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f + AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.61 AUTOCONF=autoconf-2.61 autoreconf-2.61 -f - # Pre-built texinfo files + # Pre-built files rm doc/find.info + rm po/*.gmo } src_configure() {