aboutsummaryrefslogtreecommitdiff
path: root/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm')
-rw-r--r--sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm b/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm
new file mode 100644
index 000000000000..8feda5a2cf96
--- /dev/null
+++ b/sysutils/boxbackup/files/patch-infrastrcture-BoxPlatform.pm
@@ -0,0 +1,11 @@
+--- infrastructure/BoxPlatform.pm.orig Sat Jan 8 13:27:12 2005
++++ infrastructure/BoxPlatform.pm Sat Jan 8 13:27:33 2005
+@@ -78,7 +78,7 @@
+ close VERSION;
+
+ # where to put the files
+- $install_into_dir = '/usr/local/bin';
++ $install_into_dir = '%%PREFIX%%/bin';
+
+ # if it's Darwin,
+ if($build_os eq 'Darwin')