/[soft]/drakx/branches/3/perl-install/do_pkgs.pm
ViewVC logotype

Diff of /drakx/branches/3/perl-install/do_pkgs.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8473 by neoclust, Wed Jun 12 21:24:03 2013 UTC revision 8474 by zezinho, Thu Jun 13 11:04:24 2013 UTC
# Line 76  sub ensure_files_are_installed { Line 76  sub ensure_files_are_installed {
76      return if !@not_installed;      return if !@not_installed;
77    
78      $do->in->ask_okcancel(N("Warning"), N("The following packages need to be installed:\n") . join(', ', @not_installed), 1)      $do->in->ask_okcancel(N("Warning"), N("The following packages need to be installed:\n") . join(', ', @not_installed), 1)
79            or return if !$b_auto && $do->in;            or return 1 if !$b_auto && $do->in;
80    
81      if (!$do->install(@not_installed)) {      if (!$do->install(@not_installed)) {
82          if ($do->in) {          if ($do->in) {

Legend:
Removed from v.8473  
changed lines
  Added in v.8474

  ViewVC Help
Powered by ViewVC 1.1.30