From 1c6cda76012e645c9dc3c21bcdd589afc9efd15e Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Fri, 15 Dec 2023 00:43:10 -0500 Subject: [PATCH] Install util-linux before hurd so that HAVE_BLKID is defined --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index ccf1bdb1..1689ec83 100644 --- a/compile.sh +++ b/compile.sh @@ -546,11 +546,11 @@ install_minimal_system() { install_gnumach && install_gpg_error && install_gcrypt && + install_util_linux && install_hurd && install_bash && install_dash && install_coreutils && - install_util_linux && install_e2fsprogs && install_grub && install_shadow &&