On Friday 19 November 2004 13:24, Erich Focht wrote:
>
> The modules-oscar RPM is missing from the tarball, therefore Step3
> of the installation will fail.
>
> I've rebuilt it from the SRPM provided and that works fine.
Aargh, the problem wasn't the missing module but the wrong setup
script which didn't recognize rhas. It would be GREAT to have a
standard way of generating the distro subdirectory names. They are
currently package specific...
Attached a tiny patch for the packages/switcher/scripts/setup script
which enables it to correctly recognize rhas-3.0.
Regards,
Erich
--- packages/switcher/scripts/setup.orig 2004-11-19 14:39:46.000000000 +0100
+++ packages/switcher/scripts/setup 2004-11-19 14:40:38.000000000 +0100
@@ -42,6 +42,8 @@
else {
$source_dir .= "72";
}
+} elsif ($name eq "rhas") {
+ $source_dir .= "rh3as";
} elsif ($name eq "suse") {
$source_dir .= "suse81";
} elsif ($name eq "mandrake") {