mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
11 lines
243 B
Bash
Executable file
11 lines
243 B
Bash
Executable file
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
checksum=2cd5ac019b73c1be35bf08bf7a879b49962d666020a8fdf2823e249d2a13a9e5
|
|
|
|
src_prepare() {
|
|
default
|
|
|
|
touch config.h
|
|
}
|