RaySession
RaySession copied to clipboard
make install is not idempotent
The second time you run make install you get:
cp: cannot overwrite directory '/usr/local/share/raysession/src/gui/patchbay' with non-directory
This is happening from current master branch
c34969641959802059ccccd152e82de978467ff6 was already affected
oh, you should run make uninstall before if already installed.