Relative paths in dir element are handled relative to cwd
Submitted by Behdad Esfahbod
Assigned to fon..@..op.org
Description
They should have been done relative to current file, not the processes cwd.
To fix this I suggest:
- We do a deprecation warning for such cases and propose a fix:
- Add a prefix="relative" that makes the relative path be relative to current file,
- Add a prefix="cwd" for relative to cwd. Might be useful for
<dir prefix="cwd">
fonts.conf</dir>
for some usecases...