| Paste number 10797: | newmanbe: host->dist mapping |
| Pasted by: | dmacks |
| When: | 4 years, 11 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+8BX |
| Channel: | #fink |
| Paste contents: |
fink-0.24.8 Bootstrap.pm:
} elsif ($host =~ /^i386-apple-darwin(6\.[0-6]|[7-9]\.)/) {
&print_breaking("Fink is currently not supported on x86 ".
"Darwin. Various parts of Fink hardcode 'powerpc' ".
"and assume to run on a PowerPC based operating ".
"system. Use Fink on this system at your own risk!");
$distribution = "10.2";
fink-HEAD:
} elsif ($host =~ /^i386-apple-darwin8\.[0-2]\.[0-1]/) {
&print_breaking("Fink is currently not supported on x86 ".
"Darwin. Various parts of Fink hardcode 'powerpc' ".
"and assume to run on a PowerPC based operating ".
"system. Use Fink on this system at your own risk!");
if($ENV{FINK_NOTRANS}) {
&print_breaking("Using the non-transitional tree...");
$distribution = "10.4";
} else {
$distribution = "10.4-transitional";
}
prior to the 0.24.8 elsif.This paste has no annotations.