On Fri, Mar 23, 2012 at 10:21 AM,  <[email protected]> wrote:
> +        # Copy .cfh files to blib/lib/Clownfish/_include
> +        my $inc_dir = catdir( $self->blib, 'lib', 'Clownfish', '_include' );

In order to install into the "architecture dependent" tree, I believe we need
to include "arch" in that path:

    blib/lib/arch/Clownfish/_include

I looked for a Module::Build method to return this directory, but didn't turn
anything up.

While the .cfh files are not architecture dependent, we still have to install
charmony.h -- and that is.

Marvin Humphrey

Reply via email to