From cd001016a166bb849c454e7b5cdb58053f34935b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 9 Mar 2018 08:56:23 +0100 Subject: [PATCH] meson: add note about coreutils version with ln --relative https://bugs.freedesktop.org/show_bug.cgi?id=90799 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 30b7f1bafaf..e25d2f1399b 100644 --- a/meson.build +++ b/meson.build @@ -604,7 +604,7 @@ endforeach conf.set_quoted('TELINIT', get_option('telinit-path')) if run_command('ln', '--relative', '--help').returncode() != 0 - error('ln does not support --relative') + error('ln does not support --relative (added in coreutils 8.16)') endif ############################################################ -- 2.47.3