Kaydet (Commit) afe97f9f authored tarafından Petr Mladek's avatar Petr Mladek

fix build failure when creating i586 rpms in instsetoo_native

there was used "if" instead of "elsif" for the AIX variant
üst 9a5e21b2
......@@ -2571,7 +2571,7 @@ sub create_packages_without_epm
my $target = "";
if ( $installer::globals::compiler =~ /unxlngi/) { $target = "i586"; }
if ( $installer::globals::compiler =~ /unxaigppc/) { $target = "ppc"; }
elsif ( $installer::globals::compiler =~ /unxaigppc/) { $target = "ppc"; }
elsif ( $installer::globals::compiler =~ /unxlng/) {$target = (POSIX::uname())[4]; }
# rpm 4.6 ignores buildroot tag in spec file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment