logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: b96c19188f8d15540ff1b8369c81001024622e96
parent 01257b3b0c2ad2566940b338e374f9630a600346
Author: fosslinux <fosslinux@aussies.space>
Date:   Thu, 13 Feb 2025 15:08:03 +1100

bc: remove pregenerated files

Diffstat:

Msteps/bc-1.07.1/pass1.sh6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/steps/bc-1.07.1/pass1.sh b/steps/bc-1.07.1/pass1.sh @@ -3,12 +3,12 @@ # SPDX-License-Identifier: GPL-3.0-or-later src_prepare() { - # Remove bison generated files - rm bc/bc.c bc/bc.h - rm bc/scan.c + # Remove bison/flex generated files + rm bc/bc.c bc/bc.h bc/scan.c # Skip documentation sed -i 's/ doc//' Makefile.am + rm doc/*.info # Rebuild configure script AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi