On Linux, when jpackage is configured to create a package installable in the /usr tree (--install-dir=/usr), the libapplauncher.so is copied to the wrong location.
It is placed at "/usr/lib/${PACKAGE_NAME}/libapplauncher.so" location instead of "/usr/lib/${PACKAGE_NAME}/lib/libapplauncher.so".
It is placed at "/usr/lib/${PACKAGE_NAME}/libapplauncher.so" location instead of "/usr/lib/${PACKAGE_NAME}/lib/libapplauncher.so".
- links to
-
Commit(master) openjdk/jdk/9c43871f
-
Review(master) openjdk/jdk/25051