mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Add kexec-tools 2.0.22.
This commit is contained in:
parent
c41d2817e8
commit
bfe7a67acf
7 changed files with 73 additions and 0 deletions
16
sysa/kexec-tools-2.0.22/kexec-tools-2.0.22.sh
Executable file
16
sysa/kexec-tools-2.0.22/kexec-tools-2.0.22.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=${PREFIX} \
|
||||
--target=i386-unknown-linux-gnu \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
--build=i386-unknown-linux-gnu
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue