diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-19 10:32:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 10:32:30 +0100 |
commit | bcabcde5d2544ce7e3234652562dcbdfc4cf3494 (patch) | |
tree | 0de1682c6fb7932c5d389bce917358997df8e927 /meson.build | |
parent | shutdown: Don't limit unmount attempts prematurely (#8469) (diff) | |
parent | man: beef up description of systemctl list-units (diff) | |
download | systemd-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.build | 2 |
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 ############################################################ |