RaySession
RaySession copied to clipboard
Symlinks in /usr/bin are generating incorrectly upon build in Fedora
I can probably work around this in the packaging for Fedora, but an error is occurring where the symlinks for /usr/bin are generating and using the absolute path of the binary's build directory as opposed to its installed directory. See this log for details.
Does it works better if you use make LINK="ln -s -r" ?