Kaydet (Commit) 0416ebc3 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Fixed a perl warning

üst c79f6826
......@@ -2833,7 +2833,7 @@ sub create_new_directory_structure
$rpmdir = "$installer::globals::epmoutpath/RPMS/i586";
}
elsif ( $installer::globals::compiler =~ /unxaigppc/) {
$machine = ppc;
$machine = "ppc";
$rpmdir = "$installer::globals::epmoutpath/RPMS/$machine";
}
elsif ( $installer::globals::compiler =~ /unxlng/) {
......
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