mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Add bash based build harness.
This commit is contained in:
parent
6d51641b06
commit
707328a15c
8 changed files with 142 additions and 34 deletions
15
sysa/run.sh
Executable file
15
sysa/run.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/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."
|
||||
Loading…
Add table
Add a link
Reference in a new issue