RemoteBox is a VirtualBox client. In essence, you can remotely administer (ie over the network) an installation of VirtualBox on a server, including its guests and interact with them as if they were running locally. <...> ok jasper@
20 lines
766 B
Plaintext
20 lines
766 B
Plaintext
$OpenBSD: patch-remotebox,v 1.1.1.1 2014/11/26 15:32:05 ajacoutot Exp $
|
|
--- remotebox.orig Sun Oct 26 03:10:27 2014
|
|
+++ remotebox Wed Nov 26 15:29:46 2014
|
|
@@ -7,12 +7,12 @@ use FindBin qw($Bin);
|
|
use POSIX qw(ceil);
|
|
use MIME::Base64;
|
|
# *** PACKAGERS MAY WISH TO PATCH THIS LOCATION ***
|
|
-use lib "$Bin/share/remotebox";
|
|
+use lib "${PREFIX}/share/remotebox";
|
|
# *************************************************
|
|
use vboxService qw($endpoint $fault :all);
|
|
# *** PACKAGERS MAY WISH TO PATCH THESE LOCATIONS ***
|
|
-our $sharedir = "$Bin/share/remotebox";
|
|
-our $docdir = "$Bin/docs";
|
|
+our $sharedir = "${PREFIX}/share/remotebox";
|
|
+our $docdir = "${PREFIX}/share/doc/remotebox";
|
|
# ***************************************************
|
|
|
|
require 'vboxserializers.pl';
|