Hi Robert

Thanks for providing the patch. Can you create a jira issue for this and
attach the patch.

Regards
Nandika

On Wed, Oct 27, 2010 at 12:05 AM, Robert Schweikert
<[email protected]>wrote:

> Hi,
>
> The patch bellow changes the Makefile such that DESTDIR is respected for
> the documentation installation.
>
> diff -Naurh ./Makefile.in axis2c-src-1.6.0/Makefile.in
> --- ./Makefile.in       2009-08-01 14:21:55.000000000 -0300
> +++ axis2c-src-1.6.0/Makefile.in        2009-08-01 14:22:13.000000000 -0300
> @@ -828,9 +828,9 @@
>        rm -rf axis2c-bin-${PACKAGE_VERSION}-linux
>
>  install-data-hook:
> -       cp -r docs $(docsdir)
> -       rm -rf `find $(docsdir)/ -type d -name .svn`
> -       rm $(docsdir)/README
> +       cp -r docs $(DESTDIR)$(docsdir)
> +       rm -rf `find $(DESTDIR)$(docsdir)/ -type d -name .svn`
> +       rm $(DESTDIR)$(docsdir)/README
>  # Tell versions [3.59,3.63) of GNU make to not export all variables.
>  # Otherwise a system limit (for SysV at least) may be exceeded.
>  .NOEXPORT:
>
>
> Robert
> --
> Robert Schweikert                           MAY THE SOURCE BE WITH YOU
> Software Engineer Consultant                          LINUX
> [email protected]
> 781-464-8147
>
> Novell
> Making IT Work As One
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to