From 1354c09e1b93567ef309ffe0f966cd0de00cf95f Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Sat, 22 Sep 2012 03:22:46 -0500 Subject: fix bug where installing a compat32 where its 64-bit version is already installed results in the 64-bit version building and installing twice --- sboupgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sboupgrade b/sboupgrade index fa0c570..544ae92 100755 --- a/sboupgrade +++ b/sboupgrade @@ -389,7 +389,7 @@ FIRST: for my $sbo (@ARGV) { print "\nYou are attempting to install $name, however, $sbo is not"; print " yet installed. Shall I install it first? [y] "; if ( =~ /^[Yy\n]/) { - my @args = ('/usr/sbin/sboupgrade', '-oN', $sbo); + my @args = ('/usr/sbin/sboupgrade', '-oN'); # populate args so that they carry over correctly push @args, $noclean ? '-cTRUE' : '-cFALSE'; push @args, $distclean ? '-dTRUE' : '-dFALSE'; -- cgit v1.2.3