Update stage0-posix, help2man fix, refactor

- stage0-posix update to correctly exist on fail.
- help2man reproducibility fix for month.
- refactor some bits into functions.
This commit is contained in:
fosslinux 2022-04-04 20:50:35 +10:00
parent f76fb8259b
commit 7366647595
7 changed files with 116 additions and 79 deletions

View file

@ -34,7 +34,7 @@ src_configure() {
PKG_CONFIG_PATH="${PREFIX}/lib/musl/pkgconfig" ./configure \
--prefix="${PREFIX}" \
--libdir="${PREFIX}/lib/musl" \
--build=i386-unknown-linux-musl \
--build=i386-unknown-linux-musl \
--disable-shared \
--disable-jit
}