From cc3d6cf08b0d39b2a1aa888d5d7119699aca9f61 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Tue, 15 May 2012 15:21:44 +0000 Subject: - fix updates installation. installUpdates was relying on urpmi_add_all_media return value different than 0, which was always 0 due to the 'undef $wait' line --- perl-install/Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile.config') diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 378724a03..d542e8e2b 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=14.21 +VERSION:=14.22 SUDO = sudo TMPDIR = /tmp -- cgit v1.2.1