aboutsummaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm')
-rw-r--r--sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm b/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
deleted file mode 100644
index 8feda5a2cf96..000000000000
--- a/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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')