summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorBen Summers <ben@fluffy.co.uk>2006-02-11 08:46:34 +0000
committerBen Summers <ben@fluffy.co.uk>2006-02-11 08:46:34 +0000
commit3759150b569df90403d2168f23e6e02fc869deb1 (patch)
treea016af7ba4b1f2247fd1ca0fddbe21f8441855ca /infrastructure
parent2ff11bad690de020cfc74acd4d665bfce0782a2c (diff)
Remove extra version number on OpenBSD -- functionality provided elsewhere
Diffstat (limited to 'infrastructure')
-rwxr-xr-xinfrastructure/makeparcels.pl9
1 files changed, 1 insertions, 8 deletions
diff --git a/infrastructure/makeparcels.pl b/infrastructure/makeparcels.pl
index 16a88e5b..57e9cc96 100755
--- a/infrastructure/makeparcels.pl
+++ b/infrastructure/makeparcels.pl
@@ -4,13 +4,6 @@ use strict;
use lib 'infrastructure';
use BoxPlatform;
-my $os_suffix = '';
-if($build_os eq 'OpenBSD')
-{
- $os_suffix = `uname -r`;
- $os_suffix =~ tr/0-9//cd;
-}
-
my @parcels;
my %parcel_contents;
@@ -169,7 +162,7 @@ close INSTALLMSG;
sub parcel_root
{
- $product_name.'-'.$product_version.'-'.$_[0].'-'.$target_os.$os_suffix
+ $product_name.'-'.$product_version.'-'.$_[0].'-'.$target_os
}
sub parcel_dir