mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
automake-*: remove some pregenerated files
This commit is contained in:
parent
31fbbb11af
commit
bae65f193e
4 changed files with 14 additions and 4 deletions
|
|
@ -1,11 +1,19 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2025 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
# Disable amhello, it is not reproducible
|
||||
rm doc/amhello-1.0.tar.gz
|
||||
sed -i "/^dist_doc_DATA =/d" doc/local.mk
|
||||
|
||||
AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 AUTOCONF=autoconf-2.69 AUTOM4TE=autom4te-2.69 ./bootstrap
|
||||
|
||||
rm doc/automake-history.info doc/automake.info*
|
||||
grep "DO NOT EDIT BY HAND" -r t -l | while read f; do
|
||||
rm "$f"
|
||||
done
|
||||
|
||||
cp "${PREFIX}/bin/help2man" doc/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue