[darwinbuild-changes] [569] trunk/darwinbuild/darwinbuild.in

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 18 17:09:59 PDT 2009


Revision: 569
          http://trac.macosforge.org/projects/darwinbuild/changeset/569
Author:   wsiegrist at apple.com
Date:     2009-09-18 17:09:54 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
Use the correct variable that follows -nochroot

Modified Paths:
--------------
    trunk/darwinbuild/darwinbuild.in

Modified: trunk/darwinbuild/darwinbuild.in
===================================================================
--- trunk/darwinbuild/darwinbuild.in	2009-09-18 21:53:40 UTC (rev 568)
+++ trunk/darwinbuild/darwinbuild.in	2009-09-19 00:09:54 UTC (rev 569)
@@ -651,7 +651,7 @@
 
 	### xcodebuild is a special case because it is not open source
 	### we try to install it from the host Mac OS X system if it is required
-	if [ $CHROOTED == "YES" ]; then
+	if [ $USESDK == "YES" ]; then
 		if [ "$buildtool" == "xcodebuild" -a ! -f "$receipts/xcodebuild" ]; then
 			echo "*** Installing Xcode Tools ..."
 			"$DATADIR/installXcode" "$BuildRoot"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20090918/ca068631/attachment.html>


More information about the darwinbuild-changes mailing list