diff options
author | xocel <xocel@iquidus.org> | 2013-01-05 03:41:33 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2013-01-05 03:41:33 +1300 |
commit | 93b0b024bebe84f4dd84c6eaf1bb2c25cb2142f2 (patch) | |
tree | 65464f8ab6cadcfd6d4bb93a00fbf0036fce2865 /sboupgrade | |
parent | 33b009c1a149c34f85005a44a0180f515d479183 (diff) | |
parent | 641cf316050d2153fa10d971709abd69f6f31a6f (diff) | |
download | sbotools2-93b0b024bebe84f4dd84c6eaf1bb2c25cb2142f2.tar.xz |
Merge branch 'inst_pkgs': fixes #22, #31
Diffstat (limited to 'sboupgrade')
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ sub print_failures { } } -my $inst_names = get_inst_names(get_installed_sbos); +my $inst_names = get_inst_names(get_installed_packages 'ALL'); my $upgrade_queue; @$upgrade_queue = (); # deal with any updates prior to any new installs. |