First off, loving that you guys are adding .rpm files for installation
However, after installing the latest RC (RC2) via the new .rpm package, the shell script wrappers around the deadline binaries are broken:
ie: deadlinelauncher contains
#!/bin/sh
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/var/tmp/deadline_client-buildroot/opt/Thinkbox/Deadline/Deadline_5/bin
exec mono /var/tmp/deadline_client-buildroot/opt/Thinkbox/Deadline/Deadline_5/bin/deadlinelauncher.exe "$@"
It looks like the ‘/var/tmp/deadline_client-buildroot’ bit of the path got accidentally left in when bundling things up.
Also, is ‘/opt/Thinkbox/Deadline/Deadline_X’ the new default install location, replacing ‘/usr/local/Thinkbox/Deadline’ from previous builds?
Cheers!
-Matt