summaryrefslogtreecommitdiff
path: root/extra/icedtea-web/fix-man-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/icedtea-web/fix-man-location.patch')
-rw-r--r--extra/icedtea-web/fix-man-location.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/icedtea-web/fix-man-location.patch b/extra/icedtea-web/fix-man-location.patch
deleted file mode 100644
index 8108c7182..000000000
--- a/extra/icedtea-web/fix-man-location.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)