live-bootstrap/sysa/kexec-tools-2.0.22/kexec-tools-2.0.22.sh

16 lines
404 B
Bash
Raw Normal View History

# SPDX-FileCopyrightText: 2021-22 fosslinux <fosslinux@aussies.space>
2022-05-09 19:55:26 +01:00
# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu>
2021-06-10 11:27:45 +01:00
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
2022-07-07 20:43:39 +01:00
AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
2021-06-10 11:27:45 +01:00
}
src_configure() {
2022-05-09 19:55:26 +01:00
./configure --prefix="${PREFIX}" \
--sbindir="${PREFIX}/bin"
2021-06-10 11:27:45 +01:00
}