diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-05-02 14:41:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-05-02 14:41:51 +0000 |
commit | 58cb3975c4bf01598364ab959075f6c6a533c22f (patch) | |
tree | c50c28c5e7bfe019616bf765840942789cf988c2 /gurpmi2 | |
parent | 730079e26af74740e2fa63255eeb83fcf31cd72b (diff) | |
download | urpmi-58cb3975c4bf01598364ab959075f6c6a533c22f.tar urpmi-58cb3975c4bf01598364ab959075f6c6a533c22f.tar.gz urpmi-58cb3975c4bf01598364ab959075f6c6a533c22f.tar.bz2 urpmi-58cb3975c4bf01598364ab959075f6c6a533c22f.tar.xz urpmi-58cb3975c4bf01598364ab959075f6c6a533c22f.zip |
sort package list
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; } |