Denis Yantarev f69164ac23
Fix install error for some paths (#989)
Fixes #988.

Instead of str_replace (which instead of truncating the leading directory from the path might replace some random inner part of it) use substr to remove it.
2023-10-19 10:15:28 -06:00
..