aboutsummaryrefslogtreecommitdiffstats
path: root/edit-urpm-sources.pl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-16 16:43:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-16 16:43:30 +0000
commitb004d16e58ffb3a54f20b10f34a73eca16e23f3c (patch)
treeccb69f03ba5825a1dbb4316cc8384619905b4991 /edit-urpm-sources.pl
parent1e12c3da6fdd2d8c5402009acde0a4e6fe7dde50 (diff)
downloadrpmdrake-b004d16e58ffb3a54f20b10f34a73eca16e23f3c.tar
rpmdrake-b004d16e58ffb3a54f20b10f34a73eca16e23f3c.tar.gz
rpmdrake-b004d16e58ffb3a54f20b10f34a73eca16e23f3c.tar.bz2
rpmdrake-b004d16e58ffb3a54f20b10f34a73eca16e23f3c.tar.xz
rpmdrake-b004d16e58ffb3a54f20b10f34a73eca16e23f3c.zip
Change default location of synthesis file when adding an update media
via the software media manager
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-xedit-urpm-sources.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl
index 48f4d8ae..529befbc 100755
--- a/edit-urpm-sources.pl
+++ b/edit-urpm-sources.pl
@@ -83,7 +83,7 @@ sub add_callback {
clicked => sub { my $m = choose_mirror(transient => $w->{rwindow});
if ($m) {
$info->{url_entry}->set_text(make_url_mirror($m));
- $info->{hdlist_entry}->set_text('../base/synthesis.hdlist.cz');
+ $info->{hdlist_entry}->set_text('media_info/synthesis.hdlist.cz');
$info->{hdlist_entry}->set_sensitive(1);
$info->{hdlist_check}->set_active(1);
}