summaryrefslogtreecommitdiff
path: root/package/openjdk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-30 07:07:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-30 07:07:40 +0200
commitf3750e5770ec75eb8f9a62b72a278efc57da0341 (patch)
tree11475095bf71804ba73a876b7c9dd22d9b209fe7 /package/openjdk
parent36197e445d0bde5785bb1a823b0e83c4f5b89ccb (diff)
remove man pages
Diffstat (limited to 'package/openjdk')
-rw-r--r--package/openjdk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openjdk/Makefile b/package/openjdk/Makefile
index 542d39ac4..ddc34cacb 100644
--- a/package/openjdk/Makefile
+++ b/package/openjdk/Makefile
@@ -146,5 +146,6 @@ pre-configure:
openjdk-install:
$(INSTALL_DIR) $(IDIR_OPENJDK)/usr
$(CP) $(WRKBUILD)/openjdk.build/j2re-image/* $(IDIR_OPENJDK)/usr
+ rm -rf $(IDIR_OPENJDK)/usr/man
include ${TOPDIR}/mk/pkg-bottom.mk