#!/bin/bash # SPDX-FileCopyrightText: 2021 Andrius Štikonas # SPDX-FileCopyrightText: 2021 fosslinux # SPDX-FileCopyrightText: 2021 Paul Dersey # # SPDX-License-Identifier: GPL-3.0-or-later set -e . helpers.sh build xz-5.0.5 build automake-1.11.2 build autoconf-2.69 build automake-1.12.6 build automake-1.13.4 echo "Bootstrapping completed." exec env - PATH=/after/bin PS1="\w # " bash -i