in reply to How can I persuade MakeMaker to install a file in $installarchlib/auto/...

The swig docs should have example
  • Comment on Re: How can I persuade MakeMaker to install a file in $installarchlib/auto/...

Replies are listed 'Best First'.
Re^2: How can I persuade MakeMaker to install a file in $installarchlib/auto/...
by markt (Initiate) on Sep 30, 2016 at 14:07 UTC

    Well - I tried various things like writing a MY::xs_make_dynamic_lib method or adding postamble attribute and MY:: method but ran out of Copious Free Time.

    Reverted to a vanilla Makefile.PL and copied the shared object from $installprivlib/... to $installarchlib/auto/... in the %postinstall script of the package.

    hey ho

    --
    MarkT

      Hi,

      That seems straight forward, although I would move the file instead of copy as extra copies don't do anything :)