From 3db4ac3f7f70be8b6846d2a0b765a32427eca1c3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 10 Nov 2025 13:45:00 -0500 Subject: [PATCH] sys-boot/grub: call linguas.sh in live ebuild Signed-off-by: Mike Gilbert --- sys-boot/grub/grub-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index fce01a3cf3cf..b1301d9f4436 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -164,6 +164,7 @@ src_unpack() { local GNULIB_REVISION=$(source bootstrap.conf >/dev/null; echo "${GNULIB_REVISION}") git-r3_fetch "${GNULIB_URI}" "${GNULIB_REVISION}" git-r3_checkout "${GNULIB_URI}" gnulib + sh linguas.sh || die popd >/dev/null || die elif use verify-sig; then verify-sig_verify_detached "${DISTDIR}"/${MY_P}.tar.xz{,.sig} \