live-bootstrap/sysa/texinfo-6.7/texinfo-6.7.sh

16 lines
306 B
Bash
Raw Normal View History

2021-05-29 01:05:21 +01:00
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
find . -name '*.mo' -delete
find . -name '*.gmo' -delete
../../import-gnulib.sh
autoreconf -fi
}
src_configure() {
./configure --prefix="${PREFIX}"
}