Message ID | 4E35F779.4090100@redhat.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/check_needs.pl b/check_needs.pl index 8060361..1467ee1 100755 --- a/check_needs.pl +++ b/check_needs.pl @@ -73,6 +73,10 @@ sub give_hints give_ubuntu_hints; return; } + if ($system_release =~ /Debian/) { + give_ubuntu_hints; + return; + } # Fall-back to generic hint code foreach my $prog (@missing) {