summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-05-02 14:41:51 +0000
committerThierry Vignaud <tv@mageia.org>2013-05-02 14:41:51 +0000
commit58cb3975c4bf01598364ab959075f6c6a533c22f (patch)
treec50c28c5e7bfe019616bf765840942789cf988c2 /gurpmi2
parent730079e26af74740e2fa63255eeb83fcf31cd72b (diff)
downloadurpmi-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-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 35eb27b3..819d3187 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -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;
}