From 38262e68caaa74127c951f45fe164ffc3d8cf38b Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:29 +0000 Subject: Fixed held packages installing Author: jgg Date: 1999-04-12 02:25:25 GMT Fixed held packages installing --- cmdline/apt-get.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmdline') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 3ef5e909c..a2c013206 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.50 1999/04/07 06:34:48 jgg Exp $ +// $Id: apt-get.cc,v 1.51 1999/04/12 02:25:25 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -604,7 +604,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,bool Saftey = else { // Prompt to continue - if (Ask == true) + if (Ask == true || Fail == true) { if (_config->FindI("quiet",0) < 2 && _config->FindB("APT::Get::Assume-Yes",false) == false) -- cgit v1.2.3