[darwinbuild-changes] [57] trunk/darwinbuild/installXcodebuild

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:42:40 PDT 2006


Revision: 57
          http://trac.macosforge.org/projects/darwinbuild/changeset/57
Author:   ssen
Date:     2006-10-04 01:42:40 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Make script a bit more efficient by correcting the sed
expression so that each subframework doesn't trigger its
whole umbrella to get recopied.

Modified Paths:
--------------
    trunk/darwinbuild/installXcodebuild

Modified: trunk/darwinbuild/installXcodebuild
===================================================================
--- trunk/darwinbuild/installXcodebuild	2005-07-11 02:05:50 UTC (rev 56)
+++ trunk/darwinbuild/installXcodebuild	2006-10-04 08:42:40 UTC (rev 57)
@@ -43,7 +43,7 @@
 	if [ "$FORCE" == "YES" -o ! -f $BUILDROOT$X ]; then
 		echo copying
 		### Back up to the .framework level (instead of /Versions/A/)
-		SRC=$(echo $(dirname $X) | sed 's/\.framework.*/\.framework/')
+		SRC=$(echo $(dirname $X) | sed 's/\(.*\.framework\).*/\1/')
 		DST=$BUILDROOT$SRC
 		case $SRC in 
 		*.framework)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/8705778b/attachment.html


More information about the darwinbuild-changes mailing list