diff --git a/makerpm.pl b/makerpm.pl index 8f87d3886..f18447219 100755 --- a/makerpm.pl +++ b/makerpm.pl @@ -38,6 +38,7 @@ EOF open(OS, "os_list.txt"); while() { chop; + next if (/^Generic\s+Linux/i); if (/^([^\t]+)\t+([^\t]+)\t+([^\t]+)\t+([^\t]+)\t*(.*)$/ && $5) { $if = $count++ == 0 ? "if" : "elsif"; $oscheck .= "$if ($5) {\n".