mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 22:05:23 +01:00
9 lines
172 B
Bash
9 lines
172 B
Bash
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
src_prepare() {
|
|
default
|
|
|
|
touch lib/configmake.h
|
|
}
|