diff options
| author | xocel <xocel@iquidus.org> | 2012-12-28 11:18:04 +1300 |
|---|---|---|
| committer | xocel <xocel@iquidus.org> | 2012-12-28 11:18:04 +1300 |
| commit | 42864a64acd280994b9d8e24d563895c043cbbbf (patch) | |
| tree | bb805f43d9bb70e2fd0287043533ef82e8ccce75 /sboupgrade | |
| parent | 42e099515501a9a7b0f3d6eb8697eb044d2ebb52 (diff) | |
| parent | cdfb56c6951da7e44a5a11af9ee85a5bab09dd64 (diff) | |
| download | sbotools2-42864a64acd280994b9d8e24d563895c043cbbbf.tar.xz | |
Merge branch 'xocel'
Diffstat (limited to 'sboupgrade')
| -rwxr-xr-x | sboupgrade | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -104,12 +104,10 @@ if ($no_reqs or $non_int) { } else { for my $sbo (@ARGV) { my $queue = get_build_queue ([$sbo], \%warnings); - for my $item (reverse @$queue) { - push @$build_queue, $item unless $item ~~ @$build_queue; - } + $build_queue = merge_queues($build_queue, $queue); } } - +# p7zip fmodapi eawpats TiMidity++ zdoom OpenAL bsnes jdk DevIL spring for my $sbo (@$build_queue) { $locations{$sbo} = get_sbo_location ($sbo); die "Unable to locate $sbo in the SlackBuilds.org tree.\n" unless |
