See packagers-readme/README.TXT

Index: remotebox
--- remotebox.orig
+++ remotebox
@@ -22,11 +22,11 @@ use File::Which;
 use Getopt::Std;
 
 # *** PACKAGERS MAY WISH TO PATCH THE FOLLOWING LOCATION ***
-use lib "$Bin/share/remotebox";
+use lib "${PREFIX}/share/remotebox";
 # *************************************************
 use vboxService qw($endpoint $fault :all);
 # *** PACKAGERS MAY WISH TO PATCH THE FOLLOWING LOCATION ***
-our $sharedir = "$Bin/share/remotebox";
+our $sharedir = "${PREFIX}/share/remotebox";
 # *************************************************
 
 require 'vboxserializers.pl';
