From 4de804d15758d50716b3b9457209fc598819e0b0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 6 Feb 2007 22:36:13 +0000 Subject: * Makepkg updates, and small bugfix on man page compression. * Change libtool default to makepkg2 behavior. * Other small changes. --- src/pacman/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/query.c') 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) { -- cgit v1.2.3