[haiku-development] Re: CopyDirectoryToHaikuImage question
- From: Ingo Weinhold <ingo_weinhold@xxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Thu, 01 May 2008 14:46:20 +0200
On 2008-05-01 at 09:42:15 [+0200], Fredrik Holmqvist
<fredrik.holmqvist@xxxxxxxxx> wrote:
> I'd like to use CopyDirectoryToHaikuImage or equivalent to copy my
> development builds of Firefox over to the image.
> The problem is that instead of following symlinks it just copies them.
> This is a problem because Firefox just symlinks
> to the dir where the lib was build leaving me to copy the whole
> buildtree in that case.
>
> Is it possible to do that already or could it be implemented easily?
The latter. I did so in r25279. You just have to add "-L" as the fourth
rule parameter (where you would specify the exclude patterns).
CU, Ingo
- References:
- [haiku-development] CopyDirectoryToHaikuImage question
- From: Fredrik Holmqvist
Other related posts:
- » [haiku-development] CopyDirectoryToHaikuImage question
- » [haiku-development] Re: CopyDirectoryToHaikuImage question
- [haiku-development] CopyDirectoryToHaikuImage question
- From: Fredrik Holmqvist