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

Modified Files:
        postinstall.pl.in 
Log Message:
Use ln -sf instead of ln -s to make the 10.4 symlink

Index: postinstall.pl.in
===================================================================
RCS file: /cvsroot/fink/fink/postinstall.pl.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- postinstall.pl.in   11 May 2005 12:09:02 -0000      1.28
+++ postinstall.pl.in   15 May 2005 15:55:02 -0000      1.29
@@ -211,7 +211,7 @@
 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")) {
+    if (&execute("ln -sf 10.4-transitional 10.4")) {
       print "ERROR: Can't create link from 10.4-transitional to 10.4\n";
       exit 1;
     }



-------------------------------------------------------
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