From 4fe8645135c1ee9f3ddf479085964f5f4c187eed Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 1 Mar 2006 15:38:44 +0000 Subject: fix typo --- live/One/2006.0/patches/rpmdrake.base.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'live') diff --git a/live/One/2006.0/patches/rpmdrake.base.patch b/live/One/2006.0/patches/rpmdrake.base.patch index c10fc48af..3122d8f2f 100644 --- a/live/One/2006.0/patches/rpmdrake.base.patch +++ b/live/One/2006.0/patches/rpmdrake.base.patch @@ -5,7 +5,7 @@ return 'updates' if $mandrake_release !~ /community/i; (my $v) = split / /, cat_('/etc/version'); - return $v =~ /\.0$/ ? 'community' : 'updates'; -+ return $want_base || $v =~ /\.0$/ ? 'community' : 'updates'; ++ return $want_base_distro || $v =~ /\.0$/ ? 'community' : 'updates'; } sub compat_arch_for_updates($) { -- cgit v1.2.1