diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-17 18:42:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-01-17 18:42:27 +0000 |
commit | a518e3fbcf08a40ff97d4a63fd855e77767c70a6 (patch) | |
tree | 9df63e08fd115a8f9114762530a3205723763567 /rpmdrake.pm | |
parent | 3721966b585ae1f4276d7ce0c0f3516ec914dea5 (diff) | |
download | rpmdrake-a518e3fbcf08a40ff97d4a63fd855e77767c70a6.tar rpmdrake-a518e3fbcf08a40ff97d4a63fd855e77767c70a6.tar.gz rpmdrake-a518e3fbcf08a40ff97d4a63fd855e77767c70a6.tar.bz2 rpmdrake-a518e3fbcf08a40ff97d4a63fd855e77767c70a6.tar.xz rpmdrake-a518e3fbcf08a40ff97d4a63fd855e77767c70a6.zip |
In the software manager, to add media, add the ability to choose between
the whole distribution or the official updates (for official distributions;
this does not make sense for the other ones)
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 2f72729c..86ed316a 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -47,6 +47,7 @@ our @EXPORT = qw( $typical_width N N_ + distro_type translate to_utf8 myexit |