ngless icon indicating copy to clipboard operation
ngless copied to clipboard

map-split: use relative instead of absolute path for symlinks

Open unode opened this issue 8 years ago • 0 comments

As part of the split-map strategy implemented in ngless 0.6 symlinks are created to avoid copying split files. As of this version symlinks use absolute paths. While this works on a single machine it may break on shared filesystems (different mountpoints) or if the index folder needs to be manually relocated.

Making symlinks relative to the root of the index folder, addresses the issues mentioned above.

unode avatar Dec 04 '17 19:12 unode