From c779809ce84427ea04fd9baaa9c24d12cc437d4c Mon Sep 17 00:00:00 2001 From: Adam Lebsack Date: Sun, 13 Feb 2000 10:15:53 +0000 Subject: Fixed a bug in install_any.pm in relGetFile. I changed /base and /RPMS to base/ and RPMS/. I guess the author was going for this, but overlooked it. --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b84cd3c4b..027ba0b64 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -36,7 +36,7 @@ sub relGetFile($) { local $_ = $_[0]; /\.img$/ and return "images/$_"; my $dir = m|/| ? "mdkinst" : - member($_, qw(compss compssList compssUsers depslist hdlist)) ? "/base" : "/RPMS"; + member($_, qw(compss compssList compssUsers depslist hdlist)) ? "base/" : "/RPMS/"; $_ = "Mandrake/$dir$_"; s/i386/i586/; $_; -- cgit v1.2.1