diff options
Diffstat (limited to 'gurpmi2')
-rwxr-xr-x | gurpmi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ sub do_install_2 () { N("To satisfy dependencies, the following package is going to be installed:") : N("To satisfy dependencies, the following packages are going to be installed:")), \&do_install_3, - join("\n", @to_install), + join("\n", sort @to_install), $msg2 . $msg2_ . $msg3) : goto \&do_install_3; } |