From e180386bf4402cb4e058abef8643feaa49d005c1 Mon Sep 17 00:00:00 2001 From: Caspar Florian Ebeling Date: Thu, 18 Sep 2008 08:37:45 +0000 Subject: [PATCH] mpab-functions: add Developer/Platforms to list of pathsToCopy git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@40040 d073be05-634f-4543-b044-5fe20cf6d1d6 --- mpab-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpab-functions b/mpab-functions index 907b302..086d1be 100644 --- a/mpab-functions +++ b/mpab-functions @@ -110,7 +110,7 @@ function buildImages() pathsToCreate="private/etc private/var/folders private/var/log private/var/spool private/var/run private/var/tmp private/var/db/dyld private/tmp" # Paths to copy to the chroot - pathsToCopy="private/etc/bashrc private/etc/group private/etc/hosts private/etc/pam.d private/etc/passwd private/etc/profile private/etc/shells private/var/root bin sbin etc tmp var usr/bin usr/include usr/lib usr/libexec usr/sbin usr/share usr/X11 usr/X11R6 Developer/Headers Developer/Library Developer/Makefiles Developer/Private Developer/SDKs Developer/Tools Developer/usr System/Library/CoreServices System/Library/Filesystems System/Library/Frameworks System/Library/Java System/Library/Perl System/Library/PrivateFrameworks System/Library/Tcl" + pathsToCopy="private/etc/bashrc private/etc/group private/etc/hosts private/etc/pam.d private/etc/passwd private/etc/profile private/etc/shells private/var/root bin sbin etc tmp var usr/bin usr/include usr/lib usr/libexec usr/sbin usr/share usr/X11 usr/X11R6 Developer/Headers Developer/Library Developer/Makefiles Developer/Platforms Developer/Private Developer/SDKs Developer/Tools Developer/usr System/Library/CoreServices System/Library/Filesystems System/Library/Frameworks System/Library/Java System/Library/Perl System/Library/PrivateFrameworks System/Library/Tcl" # Size of the disk images (hdiutil nomenclature) imageSize="32g"