[icedtea-web] man-pages location

Dr Andrew John Hughes ahughes at redhat.com
Fri Feb 11 05:47:00 PST 2011


On 07:37 Fri 11 Feb     , Andreas Radke wrote:
> I've prepared packages for ArchLinux. The man-pages location isn't
> detected properly. I'm applying a local fix like this:
> 
> --- Makefile.am	2011-02-02 03:43:25.000000000 +0100
> +++ Makefile.am.new	2011-02-03 14:37:55.556053388 +0100
> @@ -130,8 +130,8 @@
>  endif
>  
>  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
>  if ENABLE_DOCS
>  	${mkinstalldirs} $(DESTDIR)$(htmldir)
> 
> 
> 
> 
> Maybe you want to this or something similar upstream. 
> 
> Now I'm waiting for icedtea6-1.10 branching...
> 
> -Andy

Looks good.  We'll put this in IcedTea-Web 1.0.1.
-- 
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