1
0
mirror of synced 2026-03-10 12:18:17 +00:00

Fix syntax error in detection of pygrub needing Ubuntu releases

This commit is contained in:
Axel Beckert
2010-05-16 01:31:51 +02:00
parent b427cf74b2
commit e3444880a6

View File

@@ -1590,7 +1590,7 @@ sub checkArguments
#
# Lucid doesn't work without pygrub
#
if ( $CONFIG{ 'dist' } =~ s/lucid|maverick/ )
if ( $CONFIG{ 'dist' } =~ /lucid|maverick/ )
{
$CONFIG{ 'pygrub' } = 1;
}