aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-17 15:58:19 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-17 15:58:19 +0000
commit830422a46e08e0b687fb41354d778db14d627db6 (patch)
tree0107fd252a5152f705895c46bf142d1245ec3436 /edit-urpm-sources.pl
parent8594afb8e9956749983f7e3732dad49d9092765c (diff)
downloadrpmdrake-830422a46e08e0b687fb41354d778db14d627db6.tar
rpmdrake-830422a46e08e0b687fb41354d778db14d627db6.tar.gz
rpmdrake-830422a46e08e0b687fb41354d778db14d627db6.tar.bz2
rpmdrake-830422a46e08e0b687fb41354d778db14d627db6.tar.xz
rpmdrake-830422a46e08e0b687fb41354d778db14d627db6.zip
Make the software media manager able to add sources for official.
(although the version number is missing, must remember to cram it somewhere) Don't export mirrors() from the rpmdrake package anymore.
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 3b054f4b..1639c37a 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -68,7 +68,8 @@ distribution (%s).
I need to contact the Mandrakesoft website to get the mirror list.
Please check that your network is currently running.
-Is it ok to continue?", $rpmdrake::mandrake_release)
+Is it ok to continue?", $rpmdrake::mandrake_release),
+ want_base_distro => 1,
) or return 0;
my $wait = wait_msg(N("Please wait, adding media..."));
my $url = make_url_mirror_dist($m);