Fixed libtool, musl, and perl for rootbuild

This commit is contained in:
Alexander Hill
2025-11-28 10:53:37 -05:00
parent 679f263c2f
commit 25bd0eb0b4
4 changed files with 28 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ build() {
# which requires musl-fts to function, which we can't build without
# libtoolize. Strangely enough, libtool is hard-coded to /bin/sh, so
# I don't know why libtoolize uses /usr/bin/env. ~ahill
sed -i "s|/usr/bin/env sh|/bin/sh" libtoolize
sed -i "s|/usr/bin/env sh|/bin/sh|" libtoolize
}
clean() {
@@ -24,4 +24,4 @@ clean() {
package() {
cd libtool-*/
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}
}