Description: Move supporting binaries to /usr/lib/rr
Author: Stephen Kitt <skitt@debian.org>

--- a/src/util.cc
+++ b/src/util.cc
@@ -2482,7 +2482,7 @@
 }
 
 std::string find_exec_stub(SupportedArch arch) {
-  string exe_path = resource_path() + "bin/";
+  string exe_path = resource_path() + "lib/rr/";
   if (arch == x86 && NativeArch::arch() == x86_64) {
     exe_path += "rr_exec_stub_32";
   } else {
