From afd8ef85ed3f30e34296f30ce8760bbea60a4719 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 23 Jun 2008 13:01:50 +0000 Subject: 1.82: find-lang.pl: do not own /usr/share/locales/$lang/LC_MESSAGES to speed-up rpm 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) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1