mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-27 13:36:31 +01:00
Buil sed 4.0.9 with musl.
This commit is contained in:
parent
07dcb910b9
commit
3518f7cec0
7 changed files with 60 additions and 0 deletions
14
sysa/sed-4.0.9/sed-4.0.9.sh
Executable file
14
sysa/sed-4.0.9/sed-4.0.9.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
cp lib/regex_.h lib/regex.h
|
||||
touch config.h
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default_src_install
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue