[45750] trunk/dports/x11/mesa/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 20 23:49:21 PST 2009


Revision: 45750
          http://trac.macports.org/changeset/45750
Author:   jeremyhu at macports.org
Date:     2009-01-20 23:49:20 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
Fixed bad logic in post-extract

Modified Paths:
--------------
    trunk/dports/x11/mesa/Portfile

Modified: trunk/dports/x11/mesa/Portfile
===================================================================
--- trunk/dports/x11/mesa/Portfile	2009-01-21 06:52:28 UTC (rev 45749)
+++ trunk/dports/x11/mesa/Portfile	2009-01-21 07:49:20 UTC (rev 45750)
@@ -37,7 +37,7 @@
 use_configure  no
 
 post-extract {
-	if {[file exists "${worksrcpath}/configs/current"]} { 
+	if {! [file exists "${worksrcpath}/configs/current"]} { 
 		ln -s darwin ${worksrcpath}/configs/current
 	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090120/a5f1bebc/attachment.html>


More information about the macports-changes mailing list