mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
openjdk: Fix manpage cleanup
This commit is contained in:
parent
02f7e85d99
commit
7edfe92f5f
|
@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
|
|||
cp -av build/*/j2${if jreOnly then "re" else "sdk"}-image/* $out
|
||||
|
||||
# Remove some broken manpages.
|
||||
rm -rf $out/share/man/ja*
|
||||
rm -rf $out/man/ja*
|
||||
|
||||
# Remove crap from the installation.
|
||||
rm -rf $out/demo $out/sample
|
||||
|
|
Loading…
Reference in a new issue