diff --git a/perlmod/Fink/Bootstrap.pm b/perlmod/Fink/Bootstrap.pm index 268c4ace7..a7c013e75 100644 --- a/perlmod/Fink/Bootstrap.pm +++ b/perlmod/Fink/Bootstrap.pm @@ -219,7 +219,7 @@ GCC_MSG "of Mac OS X might work with Fink, but there are no " . "guarantees."); $distribution = "10.9"; - } elsif ($host =~ /^i386-apple-darwin14\.[0-2]/) { + } elsif ($host =~ /^i386-apple-darwin14\.[0-3]/) { &print_breaking("This system is supported and tested."); $distribution = "10.10"; } elsif ($host =~ /^i386-apple-darwin14\./) {