summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files/patch-infrastructure_BoxPlatform.pm.in
blob: 3614cefe12e15cae4adbe66abe889fea40cb07c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- infrastructure/BoxPlatform.pm.in.orig	2014-10-19 13:20:18.000000000 -0700
+++ infrastructure/BoxPlatform.pm.in	2014-10-19 13:22:48.000000000 -0700
@@ -128,7 +128,7 @@
 sub parcel_root
 {
 	my $tos = $_[1] || $target_os;
-	return $product_name.'-'.$product_version.'-'.$_[0].'-'.$tos;
+	return $product_name.'-'.$product_version.'-'.$_[0];
 }
 
 sub parcel_dir