summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-10-02 11:23:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-10-02 11:23:52 +0000
commit19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c (patch)
tree4fa64a61d165f66eeb839618e1c3b72f9e7a42f6 /perl-install/c
parent54b725e9d01d45d1e6d23538a83cbc89e31578ac (diff)
downloaddrakx-backup-do-not-use-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar
drakx-backup-do-not-use-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.gz
drakx-backup-do-not-use-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.bz2
drakx-backup-do-not-use-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.xz
drakx-backup-do-not-use-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.zip
no_comment
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/stuff.xs.pm2
1 files changed, 1 insertions, 1 deletions
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;