Use regexp to catch potential lucid derivatives as well as maverick
This commit is contained in:
@@ -1590,7 +1590,7 @@ sub checkArguments
|
||||
#
|
||||
# Lucid doesn't work without pygrub
|
||||
#
|
||||
if ( $CONFIG{ 'dist' } eq 'lucid' )
|
||||
if ( $CONFIG{ 'dist' } =~ s/lucid|maverick/ )
|
||||
{
|
||||
$CONFIG{ 'pygrub' } = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user