From 8a4c9504ff51d83e48d25d2705f2797f1f99e47d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 5 Mar 2002 16:28:09 +0000 Subject: fix duplicate synthesis.hdlist.xxx file present in /var/lib/urpmi, and furthermore uncompressed :-( --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 934e7aa09..5fc19c3d5 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -521,7 +521,7 @@ sub install_urpmi { close LIST; #- build synthesis file if there are still not existing (ie not copied from mirror). - if (-s "$prefix/var/lib/urpmi/synthesis.$name.cz" <= 32) { + if (-s "$prefix/var/lib/urpmi/synthesis.hdlist.$name.cz" <= 32) { run_program::rooted($prefix, "parsehdlist", ">", "/var/lib/urpmi/synthesis.hdlist.$name", "--synthesis", "/var/lib/urpmi/hdlist.$name.cz"); run_program::rooted($prefix, "gzip", "-S", ".cz", "/var/lib/urpmi/synthesis.hdlist.$name"); -- cgit v1.2.1