[98425] trunk/dports/devel/gdb/Portfile

and.damore at macports.org and.damore at macports.org
Fri Oct 5 04:18:54 PDT 2012


Revision: 98425
          http://trac.macports.org//changeset/98425
Author:   and.damore at macports.org
Date:     2012-10-05 04:18:54 -0700 (Fri, 05 Oct 2012)
Log Message:
-----------
port gdb: removed double path separator, openmaintainer

Modified Paths:
--------------
    trunk/dports/devel/gdb/Portfile

Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	2012-10-05 10:25:49 UTC (rev 98424)
+++ trunk/dports/devel/gdb/Portfile	2012-10-05 11:18:54 UTC (rev 98425)
@@ -47,7 +47,7 @@
 }
 
 pre-configure {
-    if {[file exists ${prefix}//include/mach-o/loader.h]} {
+    if {[file exists ${prefix}/include/mach-o/loader.h]} {
         ui_error "cctools-headers must be deactivated before upgrade." 
         error "Please run `sudo port deactivate cctools-headers` and try again." 
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121005/2c42eb68/attachment.html>


More information about the macports-changes mailing list