From 7ad009ba1625beb1a43f75dc527c3708b81770d1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 19 Apr 2000 16:14:54 +0000 Subject: *** empty log message *** --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b1a9a3188..f6139799c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -60,7 +60,7 @@ sub relGetFile($) { local $_ = $_[0]; m,^(Mandrake|lnx4win)/, and return $_; /\.img$/ and return "images/$_"; - my $dir = m|/| ? "mdkinst" : /^(?:compss|compssList|compssUsers|filelist|depslist.*|hdlist.*)$/ ? + my $dir = m|/| ? "Mandrake/mdkinst" : /^(?:compss|compssList|compssUsers|filelist|depslist.*|hdlist.*)$/ ? "Mandrake/base/": "$::o->{packages}[2]{$asked_medium}{rpmsdir}/"; "$dir$_"; } -- cgit v1.2.1