diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-23 13:01:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-23 13:01:50 +0000 |
commit | afd8ef85ed3f30e34296f30ce8760bbea60a4719 (patch) | |
tree | 2521c84976d2c6eb584d0b782f61595a610b9d6f /configure.ac | |
parent | 53b312bc4fed675be809203e8864a93edcb32e06 (diff) | |
download | rpm-setup-afd8ef85ed3f30e34296f30ce8760bbea60a4719.tar rpm-setup-afd8ef85ed3f30e34296f30ce8760bbea60a4719.tar.gz rpm-setup-afd8ef85ed3f30e34296f30ce8760bbea60a4719.tar.bz2 rpm-setup-afd8ef85ed3f30e34296f30ce8760bbea60a4719.tar.xz rpm-setup-afd8ef85ed3f30e34296f30ce8760bbea60a4719.zip |
1.82: find-lang.pl: do not own /usr/share/locales/$lang/LC_MESSAGES to speed-up rpm1.82
Things owned a lot of times is a pathological case in rpm.
For example, if you remove file list from poedit, it will install/uninstall
much faster (3x faster for both cold start and warm start on a test on my box)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d8ace46..ab6548a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.81, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.82, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |