summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-06 23:36:13 +0100
committerDan McGee <dan@archlinux.org>2007-02-06 23:36:13 +0100
commit4de804d15758d50716b3b9457209fc598819e0b0 (patch)
tree4695cb45475c247d8e1d49f81a3046c7ed9e3679 /src/pacman/query.c
parentdd7f1d95b14d1fda7057fa9f421500c4766fc4f0 (diff)
downloadpacman-4de804d15758d50716b3b9457209fc598819e0b0.tar.gz
pacman-4de804d15758d50716b3b9457209fc598819e0b0.tar.xz
* Makepkg updates, and small bugfix on man page compression.
* Change libtool default to makepkg2 behavior. * Other small changes.
Diffstat (limited to 'src/pacman/query.c')
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index 36b4af80..72846a52 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -125,7 +125,7 @@ int pacman_query(alpm_list_t *targets)
}
if(config->op_q_upgrade) {
- MSG(NL, _("Checking for package upgrades"));
+ MSG(NL, _("Checking for package upgrades..."));
alpm_list_t *syncpkgs;
if((syncpkgs = alpm_get_upgrades()) != NULL) {