Re: only get my partial build when specifying DSTROOT?
Re: only get my partial build when specifying DSTROOT?
- Subject: Re: only get my partial build when specifying DSTROOT?
- From: Art Isbell <email@hidden>
- Date: Fri, 15 Aug 2003 14:27:53 -1000
On Friday, August 15, 2003, at 02:21 PM, Robert A. Decker wrote:
When I build specifying DSTROOT:
pbxbuild install -buildstyle Deployment DSTROOT=/tmp
I seem to only get a partial build.
/tmp is a soft link to /private/tmp. You might try
DSTROOT=/private/tmp to eliminate any weirdness that might result from
specifying a soft link.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.