aboutsummaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
blob: 8feda5a2cf96d8cbea9acbcc45ff7406c915c53d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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')