mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Build sha256sum from coreutils 6.3.
This commit is contained in:
parent
4363c6422a
commit
a27e7b99a7
7 changed files with 139 additions and 0 deletions
21
sysa/coreutils-6.3/coreutils-6.3.sh
Executable file
21
sysa/coreutils-6.3/coreutils-6.3.sh
Executable file
|
|
@ -0,0 +1,21 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
cp lib/fnmatch_.h lib/fnmatch.h
|
||||
cp lib/fcntl_.h lib/fcntl.h
|
||||
sed -i 's#@ABSOLUTE_FCNTL_H@#"/after/include/musl/fcntl.h"#' lib/fcntl.h
|
||||
|
||||
touch config.h lib/configmake.h
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make -f Makefile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make -f Makefile install PREFIX="${PREFIX}"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue