From 9f725f6fce0351caacf1dead07ee61b6e76f5557 Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Tue, 5 Sep 2000 13:48:08 +0200 Subject: [PATCH] Fixed bumpy bar. Rev: bin/install.pike:1.71 --- bin/install.pike | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/bin/install.pike b/bin/install.pike index 8a90d668b1..0065a48f91 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -1077,6 +1077,11 @@ void dump_modules() offset += sizeof(delta_dump); } + if(progress_bar) + /* The last files copied does not really count (should + really be a third phase)... */ + progress_bar->set_phase(1.0, 0.0); + status_clear(1); } } @@ -1185,12 +1190,6 @@ void do_install() }else{ dump_modules(); - - if(progress_bar) - /* The last files copied does not really count (should - really be a third phase)... */ - progress_bar->set_phase(1.0, 0.0); - // Delete any .pmod files that would shadow the .so // files that we just installed. For a new installation // this never does anything. -Hubbe -- GitLab