[89894] trunk/base/src/port1.0/portutil.tcl
jmr at macports.org
jmr at macports.org
Mon Feb 13 21:47:06 PST 2012
Revision: 89894
http://trac.macports.org/changeset/89894
Author: jmr at macports.org
Date: 2012-02-13 21:47:04 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
fix incorrect case, "XCode" -> "Xcode"
Modified Paths:
--------------
trunk/base/src/port1.0/portutil.tcl
Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl 2012-02-14 05:31:41 UTC (rev 89893)
+++ trunk/base/src/port1.0/portutil.tcl 2012-02-14 05:47:04 UTC (rev 89894)
@@ -2796,7 +2796,7 @@
}
if {$xcodeversion == "none"} {
ui_warn "Xcode does not appear to be installed; most ports will likely fail to build."
- if {[file exists "/Applications/Install XCode.app"]} {
+ if {[file exists "/Applications/Install Xcode.app"]} {
ui_warn "You downloaded Xcode from the Mac App Store but didn't install it. Run \"Install Xcode\" in the /Applications folder."
}
} elseif {[vercmp $xcodeversion $min] < 0} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/b8a867c3/attachment-0001.html>
More information about the macports-changes
mailing list