diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-02 17:14:41 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-02 17:14:41 +0000 |
commit | a3e103981a662f30a03e99ef5b2c742df0de6228 (patch) | |
tree | 177ae5b42b721c4203e60f6677f68c4c984421b5 /live/One/2006.0 | |
parent | 483e0bc02935b05b2b11ae87d6c1ccaf5c6e4dc8 (diff) | |
download | drakx-a3e103981a662f30a03e99ef5b2c742df0de6228.tar drakx-a3e103981a662f30a03e99ef5b2c742df0de6228.tar.gz drakx-a3e103981a662f30a03e99ef5b2c742df0de6228.tar.bz2 drakx-a3e103981a662f30a03e99ef5b2c742df0de6228.tar.xz drakx-a3e103981a662f30a03e99ef5b2c742df0de6228.zip |
remove rpmdrake patch, included in rpmdrake package (2006.0 community)
Diffstat (limited to 'live/One/2006.0')
-rw-r--r-- | live/One/2006.0/patches/rpmdrake.base.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/live/One/2006.0/patches/rpmdrake.base.patch b/live/One/2006.0/patches/rpmdrake.base.patch deleted file mode 100644 index 3122d8f2f..000000000 --- a/live/One/2006.0/patches/rpmdrake.base.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- usr/lib/perl5/vendor_perl/5.8.7/rpmdrake.pm.base 2005-09-12 06:09:30.000000000 -0400 -+++ usr/lib/perl5/vendor_perl/5.8.7/rpmdrake.pm 2006-02-27 11:08:58.000000000 -0500 -@@ -456,7 +456,7 @@ - return 'official' if $want_base_distro && $mandrake_release =~ /official|limited/i; - return 'updates' if $mandrake_release !~ /community/i; - (my $v) = split / /, cat_('/etc/version'); -- return $v =~ /\.0$/ ? 'community' : 'updates'; -+ return $want_base_distro || $v =~ /\.0$/ ? 'community' : 'updates'; - } - - sub compat_arch_for_updates($) { |