mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit 725274b578ca59a164f7837fcc546e4559ad7286.
This commit is contained in:
parent
83c968d250
commit
be82a69b96
@ -2451,6 +2451,9 @@ java-pkg_do_write_() {
|
||||
echo "SLOT=\"${SLOT}\""
|
||||
echo "CATEGORY=\"${CATEGORY}\""
|
||||
echo "PVR=\"${PVR}\""
|
||||
# Record LIBDIR so that gjl can set java.library.path
|
||||
# accordingly. Bug #917326.
|
||||
echo "LIBDIR=\"$(get_libdir)\""
|
||||
|
||||
[[ -n "${JAVA_PKG_CLASSPATH}" ]] && echo "CLASSPATH=\"${JAVA_PKG_CLASSPATH}\""
|
||||
[[ -n "${JAVA_PKG_LIBRARY}" ]] && echo "LIBRARY_PATH=\"${JAVA_PKG_LIBRARY}\""
|
||||
|
Loading…
Reference in New Issue
Block a user