FIX: `install.py` script fails on second run
requested to merge razielanarki/desktop-file-utils:fix/symlink-install-and-meson-warning into master
this MR contains the following two very small meson related fixes as separate commits:
-
FIX:
install.py
script fails on second runpython
os.symlink
fails to overwrite an already existing target:
fixed with updating themeson_version
requiement to'>=0.61.0'
and handling the symlink viainstall_symlink()
-
FIX: deprecated feature used
man/meson.build
:fixes the following warning/notice:
NOTICE: Future-deprecated features used: * 0.64.0: {'copy arg in configure_file'}
Edited by Raziel Anarki