logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: 1dcf44de72db6bf877126271281b68e1710b8d11
parent 9efd58da19fd692c069e67a31443e88a75b6bfef
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 24 May 2024 03:39:20 +0200

bootstrap-gettext-tiny.sh: Fix building with utils-std ln(1)

Diffstat:

Mbootstrap-gettext-tiny.sh5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bootstrap-gettext-tiny.sh b/bootstrap-gettext-tiny.sh @@ -13,8 +13,11 @@ cd gettext-tiny-*/ export RANLIB=true +# utils-std install(1) lacks -l option +unset INSTALL + make -make install INSTALL=install LIBINTL=MUSL libdir=/usr/lib/ +make install LIBINTL=MUSL libdir=/usr/lib/ cd .. rm -fr gettext-tiny-*/