commit | 615e2cb844a7eb266aa562071a26093ae3ec4d28 | [log] [tgz] |
---|---|---|
author | Akira TAGOH <akira@tagoh.org> | Tue Mar 02 19:29:08 2021 +0900 |
committer | Akira TAGOH <akira@tagoh.org> | Tue Mar 02 19:41:44 2021 +0900 |
tree | beb2cc656faa9aa0d6f0e801c844b07d8a15073f | |
parent | dba3287bf5dcb2ba0b716749a9a15e7ad43a91f4 [diff] |
Overwrite symlinks for config files In Makefile, we are trying to remove old symlinks first and then create a symlink. do the same thing in meson too. Also, the line of the exception handling for FileExistsError is meaningless as the above line is taking care of it instead and we shouldn't ignore it if os.remove and os.symlink doesn't work somehow. Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/275