mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue