diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-11-23 20:05:48 -0500 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-11-23 20:05:48 -0500 |
| commit | bb0d0c543355b26804e81da284401c59dd453693 (patch) | |
| tree | be6fd2ce6090a277e116caf6832ee83bcdef79fd /bootstrap.sh | |
| parent | edaecac8bf47c8b0d76602aed1e44026446a0f49 (diff) | |
Fixed LibreSSL and built bzip2, Zlib, and CMake
Diffstat (limited to 'bootstrap.sh')
| -rwxr-xr-x | bootstrap.sh | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 1d8f2cc..9db1e37 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -235,4 +235,14 @@ for name in $SOURCES; do done # Install Treetap -cp $TREETAP $BOOTSTRAP/root/bin/
\ No newline at end of file +cp $TREETAP $BOOTSTRAP/root/bin/ + +# Prepare for chroot build +mkdir -p $BOOTSTRAP/root/maple/ +cp rootbuild.sh $BOOTSTRAP/root/maple/ +export TT_DIR=$BOOTSTRAP/root/maple/.treetap +SOURCES=(libarchive libressl xz) +for name in $SOURCES; do + $TREETAP fetch $SPEC/$name/$name.spec +done +cp -r $SPEC $BOOTSTRAP/root/maple/
\ No newline at end of file |
