Update of /cvsroot/fink/scripts/installer/resources
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16812

Modified Files:
        InstallationCheck 
Log Message:
InstallationCheck requires 10.4 (Tiger) or later


Index: InstallationCheck
===================================================================
RCS file: /cvsroot/fink/scripts/installer/resources/InstallationCheck,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- InstallationCheck   15 May 2005 11:56:39 -0000      1.8
+++ InstallationCheck   30 May 2005 13:25:45 -0000      1.9
@@ -19,9 +19,10 @@
        $TargetSystemBuild = 
GetPathEntry("/System/Library/CoreServices/SystemVersion.plist", 
"ProductBuildVersion");
 #6C35
 #6C115
-       if (($TargetSystemBuild lt "7B85") || ($TargetSystemBuild gt "8A427"))
+#7B85
+       if ($TargetSystemBuild lt "8A428")
        {
-       print "Fink Installer: Fink requires Mac OS X 10.3 (Panther)! Bailing 
out..\n";
+       print "Fink Installer: Fink requires Mac OS X 10.4 (Tiger) or later! 
Bailing out..\n";
                $result = ((1 << 6) | (1 << 5) | 20);
         last;
        }



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to