[icedtea-web] man-pages location

Andreas Radke a.radke at arcor.de
Thu Feb 10 22:37:42 PST 2011


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



More information about the distro-pkg-dev mailing list