From df279aa316556246913f9a91a46d4a8a90a6db43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Jorge?= Date: Thu, 13 Jun 2013 11:04:24 +0000 Subject: - fix drakfirewall not applying config #9941 --- perl-install/do_pkgs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/do_pkgs.pm b/perl-install/do_pkgs.pm index a15642d82..5b54f2d1a 100644 --- a/perl-install/do_pkgs.pm +++ b/perl-install/do_pkgs.pm @@ -76,7 +76,7 @@ sub ensure_files_are_installed { return if !@not_installed; $do->in->ask_okcancel(N("Warning"), N("The following packages need to be installed:\n") . join(', ', @not_installed), 1) - or return if !$b_auto && $do->in; + or return 1 if !$b_auto && $do->in; if (!$do->install(@not_installed)) { if ($do->in) { -- cgit v1.2.1