From a118299b080063c73f0fd80318889aa4079f3e32 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 26 Aug 2004 09:26:37 +0000 Subject: Make the --probe-synthesis option compatible with --distrib in urpmi.addmedia. --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') 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, ); -- cgit v1.2.1