summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-03-19 10:32:30 +0100
committerGitHub <noreply@github.com>2018-03-19 10:32:30 +0100
commitbcabcde5d2544ce7e3234652562dcbdfc4cf3494 (patch)
tree0de1682c6fb7932c5d389bce917358997df8e927 /meson.build
parentshutdown: Don't limit unmount attempts prematurely (#8469) (diff)
parentman: beef up description of systemctl list-units (diff)
downloadsystemd-bcabcde5d2544ce7e3234652562dcbdfc4cf3494.tar.xz
systemd-bcabcde5d2544ce7e3234652562dcbdfc4cf3494.zip
Merge pull request #8408 from keszybz/ln-relative
bugs.fd.o bug archelogy
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 36869ff046..4fccafaa28 100644
--- a/meson.build
+++ b/meson.build
@@ -590,7 +590,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
############################################################