logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 17cae40bc3c5f88967761e9e2ee83c0aea5aa538
parent 13a3d82deaae3f4a45afd87a8d6161679d58e11e
Author: Samuel Tyler <fosslinux@aussies.space>
Date:   Sat,  8 Feb 2025 20:16:16 +1100

Merge pull request #501 from fosslinux/coreutils-5.0-fixup

coreutils-5.0: remove additional pregend file

Diffstat:

Msteps/coreutils-5.0/pass2.sh6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/steps/coreutils-5.0/pass2.sh b/steps/coreutils-5.0/pass2.sh @@ -13,9 +13,9 @@ src_prepare() { touch config.h # Rebuild pregenerated file - rm -f src/false.c - - rm -f src/dircolors.h + rm src/false.c + rm src/dircolors.h + rm src/wheel.h # Bison pre-generated file rm lib/getdate.c