diff options
-rw-r--r-- | live/One/2006.0/patches/rpmdrake.base.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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($) { |