From 19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 2 Oct 2000 11:23:52 +0000 Subject: no_comment --- perl-install/c/stuff.xs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/c') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index d9107561f..0b047e563 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -768,7 +768,7 @@ rpmRunTransactions(trans, callbackOpen, callbackClose, callbackMessage, force) } break; case RPMCALLBACK_INST_PROGRESS: - if (total && (amount - last_amount) * 4 / total) { + if (total && (amount - last_amount) * 22 / 4 / total) { msg = "Progressing installing package"; param_s = n; param_ul1 = &amount; -- cgit v1.2.1