From 6c6ab74a4aeb04006dd40673356d6daa1998818e Mon Sep 17 00:00:00 2001 From: Liam Wilson Date: Wed, 10 Jan 2024 21:13:08 +0000 Subject: [PATCH] update pass1.kaem --- steps/tcc_bootstrap_alt-0.1/pass1.kaem | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/steps/tcc_bootstrap_alt-0.1/pass1.kaem b/steps/tcc_bootstrap_alt-0.1/pass1.kaem index 2a996ab1..d4413b63 100644 --- a/steps/tcc_bootstrap_alt-0.1/pass1.kaem +++ b/steps/tcc_bootstrap_alt-0.1/pass1.kaem @@ -6,8 +6,6 @@ set -ex -TCC_BOOTSTRAP_ALT_PKG=tcc_bootstrap_alt-0.1 - # Check tarball checksums checksum-transcriber sources sha256sum -c sources.SHA256SUM @@ -16,12 +14,12 @@ sha256sum -c sources.SHA256SUM mkdir src cd src -ungz --file ${distfiles}/${TCC_BOOTSTRAP_ALT_PKG}.tar.gz --output ${TCC_BOOTSTRAP_ALT_PKG}.tar +ungz --file ${DISTFILES}/${pkg}.tar.gz --output ${pkg}.tar -untar --non-strict --file ./${TCC_BOOTSTRAP_ALT_PKG}.tar +untar --non-strict --file ./${pkg}.tar # Build -cd ./${TCC_BOOTSTRAP_ALT_PKG} +cd ./${pkg} /bootstrap-seeds/POSIX/x86/hex0-seed ./x86/hex0_x86.hex0 ./x86/artifact/hex0-seed chmod 755 ./x86/artifact/hex0-seed /bootstrap-seeds/POSIX/x86/hex0-seed ./x86/kaem-minimal.hex0 ./x86/artifact/kaem-optional-seed