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

Modified Files:
        InstallationCheck 
Log Message:
restore the 10.3 version of InstallationCheck


Index: InstallationCheck
===================================================================
RCS file: /cvsroot/fink/scripts/installer/resources/InstallationCheck,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- InstallationCheck   2 Apr 2004 12:23:46 -0000       1.6
+++ InstallationCheck   13 Sep 2004 12:28:30 -0000      1.7
@@ -19,9 +19,9 @@
        $TargetSystemBuild = 
GetPathEntry("/System/Library/CoreServices/SystemVersion.plist", 
"ProductBuildVersion");
 #6C35
 #6C115
-       if (($TargetSystemBuild lt "6C115") || ($TargetSystemBuild gt "7B84"))
+       if ($TargetSystemBuild lt "7B85") 
        {
-       print "Fink Installer: Fink requires Mac OS X 10.2 (Jaguar). Bailing out..\n";
+       print "Fink Installer: Fink requires Mac OS X 10.3 (Panther) or later! Bailing 
out..\n";
                $result = ((1 << 6) | (1 << 5) | 20);
         last;
        }



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to