mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
20 lines
605 B
Plaintext
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';
|