IcedTea-Web add --mandir switch not honored

Dr Andrew John Hughes ahughes at redhat.com
Fri Feb 18 05:24:27 PST 2011


On 18:37 Thu 17 Feb     , DJ Lucas wrote:
> Trivial fix:
> 
> --- icedtea-web-1.0.1-orig/Makefile.in    2011-02-14 13:04:17.000000000 
> -0600
> +++ icedtea-web-1.0.1/Makefile.in    2011-02-17 18:32:46.000000000 -0600
> @@ -626,8 +626,8 @@ install-exec-local:
>   @ENABLE_PLUGIN_TRUE@    ${INSTALL_DATA} 
> $(abs_top_builddir)/liveconnect/lib/classes.jar 
> $(DESTDIR)$(prefix)$(JRE_DIR_PREFIX)/lib/plugin.jar
> 
>   install-data-local:
> -    ${mkinstalldirs} -d $(DESTDIR)$(prefix)/man/man1
> -    ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(prefix)/man/man1
> +    ${mkinstalldirs} -d $(DESTDIR)$(mandir)/man1
> +    ${INSTALL_DATA} $(NETX_SRCDIR)/javaws.1 $(DESTDIR)$(mandir)/man1
>       ${INSTALL_DATA} $(NETX_RESOURCE_DIR)/about.jnlp 
> $(DESTDIR)$(prefix)$(JRE_DIR_PREFIX)/lib
>   @ENABLE_DOCS_TRUE@    ${mkinstalldirs} $(DESTDIR)$(htmldir)
>   @ENABLE_DOCS_TRUE@    (cd ${abs_top_builddir}/docs/netx; \
> 
> Thanks.
> 
> -- DJ
> 
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content, and is believed to be clean.
> 

Ok for HEAD.  For 1.0, it was agreed to retain the JDK directory structure as
that version requires it.  Hence the deliberate ignorance of $(mandir).
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and IcedTea
http://www.gnu.org/software/classpath
http://icedtea.classpath.org
PGP Key: F5862A37 (https://keys.indymedia.org/)
Fingerprint = EA30 D855 D50F 90CD F54D  0698 0713 C3ED F586 2A37



More information about the distro-pkg-dev mailing list