summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index fcec839d..e9562e12 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -730,7 +730,7 @@ sub add_distrib_media {
$urpm->add_medium(
$name ? "$descr ($name$medium)" : $descr,
"$url/$rpmsdir",
- offset_pathname($url, $rpmsdir) . "/$distrib_root/$hdlist",
+ offset_pathname($url, $rpmsdir) . "/$distrib_root/" . ($options{probe_with} eq 'synthesis' ? 'synthesis.' : '') . $hdlist,
index_name => 0,
%options,
);