From a53bf5018986ed1bef4958ad56e5dd87266485fd Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Mon, 2 May 2005 08:05:47 +0000 Subject: get ride of ORE tags --- src/pacman/sync.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/pacman/sync.c') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 85ab03b9..35e8513b 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -446,9 +446,7 @@ int pacman_sync(list_t *targets) MSG(NL, ":: It is recommended that you allow pacman to upgrade itself\n"); MSG(NL, ":: first, then you can re-run the operation with the newer version.\n"); MSG(NL, "::\n"); - if(yesno(":: Upgrade pacman first? [Y/n] ")) { - /* ORE - we should substitute existing targets with "pacman" */ + if(!yesno(":: Upgrade anyway? [Y/n] ")) { retval = 0; alpm_trans_release(); goto cleanup; -- cgit v1.2.3