summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index f91365ddc..b79369ab6 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -376,6 +376,8 @@ sub psUpdateHdlistsDeps {
-e $newf and do { unlink $newf or die "cannot remove $newf: $!"; };
install_any::getAndSaveFile("Mandrake/base/$hdlist", $newf) or die "no $hdlist found";
symlinkf $newf, "/tmp/$hdlist";
+ install_any::getAndSaveFile("Mandrake/base/synthesis.$hdlist",
+ "$prefix/var/lib/urpmi/synthesis.hdlist.$fakemedium.cz" . ($hdlist =~ /\.cz2/ && "2"));
++$medium;
}