mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
15 lines
264 B
Bash
Executable file
15 lines
264 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
set -e
|
|
# shellcheck source=sysa/helpers.sh
|
|
. helpers.sh
|
|
|
|
export PREFIX=/after
|
|
|
|
# Part 21
|
|
build m4-1.4
|
|
|
|
echo "Bootstrapping completed."
|