From cd001016a166bb849c454e7b5cdb58053f34935b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 9 Mar 2018 08:56:23 +0100 Subject: 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(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 30b7f1bafa..e25d2f1399 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 ############################################################ -- cgit v1.2.3