summaryrefslogtreecommitdiff
path: root/src/core/libs
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-18 22:46:58 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-18 22:46:58 +0100
commit954efb9650da1b232887d90d592af66ef05bb1dd (patch)
treea10eeaf2ecf280ed00a87081cb3447ddea40d369 /src/core/libs
parent0effcb56236a9b42223f7489d2d363539e694145 (diff)
fix ordering of packages by group, bug introduced in previous commit
Diffstat (limited to 'src/core/libs')
-rw-r--r--src/core/libs/lib-ui-interactive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh
index 80758b6..5f81500 100644
--- a/src/core/libs/lib-ui-interactive.sh
+++ b/src/core/libs/lib-ui-interactive.sh
@@ -757,7 +757,7 @@ If any previous configuration you've done until now (like fancy filesystems) req
mark=ON
fi
pkglist+=("$pkgname" "$pkggroup" $mark "$pkgname $pkgver: $pkgdesc")
- done < <(echo "$PACKAGE_INFO" | sort -f -k 2)
+ done < <(echo "$PACKAGE_INFO" | sort -f -k 3)
[ ${#pkglist[@]} -eq 0 ] && show_warning "No packages found" "Sorry. I could not find any packages. maybe your network is not setup correctly, you lost connection, no mirror setup, bad group, ..." && return 1