mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
Texinfo 6.7
This commit is contained in:
parent
1857439ddd
commit
c7a716d661
7 changed files with 73 additions and 0 deletions
15
sysa/texinfo-6.7/texinfo-6.7.sh
Executable file
15
sysa/texinfo-6.7/texinfo-6.7.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
# 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}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue