Update of /cvsroot/fink/fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29376

Modified Files:
        ChangeLog postinstall.pl.in 
Log Message:
patches from msachs (SetCXX and a temporary 10.4 symlink)


Index: postinstall.pl.in
===================================================================
RCS file: /cvsroot/fink/fink/postinstall.pl.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- postinstall.pl.in   8 Feb 2005 04:26:19 -0000       1.27
+++ postinstall.pl.in   11 May 2005 12:09:02 -0000      1.28
@@ -209,6 +209,14 @@
 ### still needed, and then make a symlink
 
 if (not $distribution =~ /10.1/) {
+  # For now, 10.4 should be a link to 10.4-transitional
+  if($distribution eq "10.4" and not -d "10.4") {
+    if (&execute("ln -s 10.4-transitional 10.4")) {
+      print "ERROR: Can't create link from 10.4-transitional to 10.4\n";
+      exit 1;
+    }
+  }
+
   if (not -d $basepath."/fink/".$distribution) {
     if(&execute("/bin/mkdir -p 
$basepath/fink/$distribution/local/main/finkinfo")) {
       print "ERROR: couldn't create directory 
$basepath/fink/$distribution/local/main/finkinfo\n";

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/ChangeLog,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -d -r1.333 -r1.334
--- ChangeLog   6 May 2005 04:13:17 -0000       1.333
+++ ChangeLog   11 May 2005 12:09:02 -0000      1.334
@@ -1,3 +1,8 @@
+2005-05-11  Dave Morrison  <[EMAIL PROTECTED]> (thanks to msachs)
+
+        * postinstall.pl.in: create 10.4 tree as a symlink to 
+       10.4-transitional (temporary, until we create a real 10.4 tree)
+
 2005-05-06  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * fink.conf.5: Document SkipPrompts.



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to