mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
Automake 1.8.5.
This commit is contained in:
parent
eb4b623de9
commit
7fdb12f08d
5 changed files with 22 additions and 0 deletions
11
sysa/automake-1.8.5/automake-1.8.5.sh
Executable file
11
sysa/automake-1.8.5/automake-1.8.5.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
autoreconf-2.59 -f
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
}
|
||||
|
|
@ -119,6 +119,8 @@ build autoconf-2.57
|
|||
|
||||
build autoconf-2.59
|
||||
|
||||
build automake-1.8.5
|
||||
|
||||
build bash-3.2.57
|
||||
|
||||
exec bash run2.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue