Files
2025-02-27 07:01:23 +00:00

20 lines
605 B
Plaintext

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';