Skip to content
Snippets Groups Projects
Commit 9f725f6f authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Fixed bumpy bar.

Rev: bin/install.pike:1.71
parent 02a79a0c
Branches
Tags
No related merge requests found
...@@ -1077,6 +1077,11 @@ void dump_modules() ...@@ -1077,6 +1077,11 @@ void dump_modules()
offset += sizeof(delta_dump); 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); status_clear(1);
} }
} }
...@@ -1185,12 +1190,6 @@ void do_install() ...@@ -1185,12 +1190,6 @@ void do_install()
}else{ }else{
dump_modules(); 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 // Delete any .pmod files that would shadow the .so
// files that we just installed. For a new installation // files that we just installed. For a new installation
// this never does anything. -Hubbe // this never does anything. -Hubbe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment