summaryrefslogtreecommitdiff
path: root/rootbuild.sh
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-12-21 19:50:14 -0500
committerAlexander Hill <ahill@breadpudding.dev>2025-12-21 19:50:14 -0500
commita6920abf746e05b66bc66ca74d47e19e9a0bc62c (patch)
treefe23f7d0cfc26ae8753e8d04ac40c6066ad0339c /rootbuild.sh
parente93c2168f531e65352352afe9ba590339014f5f6 (diff)
Replaced busybox with toyboxtreetap
Diffstat (limited to 'rootbuild.sh')
-rwxr-xr-xrootbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/rootbuild.sh b/rootbuild.sh
index ee8aa1c..10edde2 100755
--- a/rootbuild.sh
+++ b/rootbuild.sh
@@ -24,7 +24,6 @@ make -j $(nproc) install DESTDIR=/ > /dev/null 2>&1
echo "Done!"
# Now we can build stuff exclusively with treetap
-# NOTE: bzip2 needs to be built before Busybox ~ahill
# NOTE: bzip2, xz, and zlib need to be built before libarchive or we will be
# missing functionality! ~ahill
# NOTE: CMake requires LibreSSL and libarchive to function properly so it is
@@ -36,7 +35,7 @@ echo "Done!"
# NOTE: groff requires Perl to build. ~ahill
# NOTE: nasm requires autoconf and automake to build. ~ahill
cd /maple
-PACKAGES="bzip2 busybox byacc libelf libressl m4 make muon musl perl pkgconf xz zlib autoconf automake flex groff libarchive libtool nasm cmake mold"
+PACKAGES="byacc bzip2 libelf libressl m4 make muon musl perl pkgconf toybox xz zlib autoconf automake flex groff libarchive libtool nasm cmake mold"
for pkg in $PACKAGES; do
treetap fetch /maple/sources/$pkg/$pkg.spec
treetap build /maple/sources/$pkg/$pkg.spec