live-bootstrap/sysa/sed-4.0.9/sed-4.0.9.sh

15 lines
255 B
Bash
Raw Normal View History

2021-03-11 18:12:52 +00:00
# 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
}