package/openjdk: copy all directories and files when installing
authorAdam Duskett <Aduskett@gmail.com>
Sat, 18 Apr 2020 19:07:00 +0000 (12:07 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 21 Apr 2020 21:24:29 +0000 (23:24 +0200)
commit63b576095b1dbabaf15a6eee7ceabed6d868a707
tree34b235b2b7df998ccd844a6866c57db88a90970e
parent4fdfe5930ffe12f531153502a280c4aab7ce67d1
package/openjdk: copy all directories and files when installing

Several directories and files are currently not installed during the
target installation, these include:
  - conf
    Several configuration files, including security configuration files which
    may be necessary for running various java applications.

  - legal
    This directory contains legal notices that some java applications may
    require, as they may print legal information and will throw exceptions at
    runtime if the legal files are not present on the system.

  - release
    This file contains a list of modules included in the image.

Because these directories take up less than of megabyte extra, it is not an
issue to install all of them.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Reviewed-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Tested-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/openjdk/openjdk.mk