Use uppercase variables in kaem-era

lowercase variables are inconsistent, bring them into line with rest of
live-bootstrap
This commit is contained in:
fosslinux 2023-11-28 13:16:09 +11:00
parent f7c028b588
commit 1b47720cbc
22 changed files with 307 additions and 316 deletions

View file

@ -1,10 +1,10 @@
# SPDX-FileCopyrightText: 2023 Richard Masters <grick23@gmail.com>
# SPDX-License-Identifier: MIT
prefix=/usr
bindir=${prefix}/bin
PREFIX=/usr
BINDIR=${PREFIX}/bin
PATH=${bindir}
PATH=${BINDIR}
cd sysa