diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2018-08-16 04:12:29 +0200 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2018-08-17 16:41:09 +0200 |
commit | 2d010727ed6657cb53d5043032417e0a9035e117 (patch) | |
tree | d8ff48e0acfbc43a517e1ca8b56f7a7595ef145e /run_unittests.py | |
parent | 9f87d5d95545c29a1242a05c4db9ea7253a57ab6 (diff) | |
download | meson-2d010727ed6657cb53d5043032417e0a9035e117.zip meson-2d010727ed6657cb53d5043032417e0a9035e117.tar.gz meson-2d010727ed6657cb53d5043032417e0a9035e117.tar.bz2 |
minstall: never try to set chmod on symlinks
It's only supported by few platforms when the linked file exists, while it
would cause an error otherwise.
In any case just implement this via an helper set_chmod function that will
handle the case where follow_symlinks is not supported by the platform
and will just not set any mod for the link itself (as it would otherwise
apply to the linked file).
Fixes #3914
Diffstat (limited to 'run_unittests.py')
0 files changed, 0 insertions, 0 deletions