Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1:/tmp/cvs-serv15815
Modified Files:
Tag: branch_0_11_1
bootstrap.pl
Log Message:
fix bootstrapping problem and recognize 10.2.2
Index: bootstrap.pl
===================================================================
RCS file: /cvsroot/fink/fink/bootstrap.pl,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -r1.21 -r1.21.2.1
--- bootstrap.pl 13 Oct 2002 10:05:58 -0000 1.21
+++ bootstrap.pl 4 Dec 2002 13:51:19 -0000 1.21.2.1
@@ -89,7 +89,7 @@
} elsif ($host =~ /^powerpc-apple-darwin5\.[0-5]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.1";
-} elsif ($host =~ /^powerpc-apple-darwin6\.[01]/) {
+} elsif ($host =~ /^powerpc-apple-darwin6\.[012]/) {
&print_breaking("This system is supported and tested.");
$distribution = "10.2";
} elsif ($host =~ /^powerpc-apple-darwin(6\.[2-9]|[7-9]\.)/) {
@@ -122,7 +122,7 @@
"this script. Avaliable methods:");
$answer = &prompt_selection("Choose a method:",
1, $rootmethods, "sudo", "su", "none");
- $cmd = "$homebase/bootstrap.pl .$answer";
+ $cmd = "'$homebase/bootstrap.pl' .$answer";
if ($#ARGV >= 0) {
$cmd .= " '".join("' '", @ARGV)."'";
}
-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits