projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c0af3
)
meson.build: typo
author
Sevan Janiyan
<venture37@geeklan.co.uk>
Wed, 14 Apr 2021 23:01:53 +0000
(
00:01
+0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sat, 15 May 2021 18:24:35 +0000
(20:24 +0200)
(cherry picked from commit
d5b3e5104448ebfecd334c26dbdd3a8274440b1e
)
(cherry picked from commit
812384ce37acd909d70f9295a3b0fce98c8cf840
)
(cherry picked from commit
dfe66e7b9778062a879511facb0da602f2ffa012
)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index fc65993db8456bc836737f614211d4ed3cd60352..1e3bed69d6b35227133253868757738b4fa15497 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-772,7
+772,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
U
ID 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
G
ID 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