From 812384ce37acd909d70f9295a3b0fce98c8cf840 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Thu, 15 Apr 2021 00:01:53 +0100 Subject: [PATCH] meson.build: typo (cherry picked from commit d5b3e5104448ebfecd334c26dbdd3a8274440b1e) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6a474afdac..4f99e54390 100644 --- a/meson.build +++ b/meson.build @@ -797,7 +797,7 @@ if not meson.is_cross_build() id = id_result.stdout().to_int() if id != 65534 warning('\n' + - 'The local group with the configured group name "@0@" of the nobody group does not have UID 65534 (it has @1@).\n'.format(nobody_group, id) + + 'The local group with the configured group name "@0@" of the nobody group does not have GID 65534 (it has @1@).\n'.format(nobody_group, id) + 'Your build will result in an group table setup that is incompatible with the local system.') endif endif -- 2.25.1