Svante Signell, on lun. 18 sept. 2017 19:45:39 +0200, wrote: > lrwxr-xr-x 1 root root 26 Aug 17 07:38 /usr/sbin/update-fmtutil -> update-tl- > stacked-conffile > > In this case the link name should not be resolved. Any ideas?
Well, it should, but just not the symlink parts, only the cwd part. Perhaps we could simply to check whether the file_name begins with a '/', in case we can keep as it is, or not, in which case we can just prepend the getcwd(). Samuel